GET /auth/core/anonymous
Response
| Parameter | Type | Description |
|---|---|---|
access_token | string | Short-lived anonymous JWT access token. |
refresh_token | string | Long-lived anonymous JWT refresh token. |
expires_at | integer | Timestamp (ms) when the access token expires. |

