cURL
curl --request POST \ --url https://{appId}.session.prelude.dev/v1/session/refresh
{ "access_token": "<string>", "expires_at": "2023-11-07T05:31:56Z" }
Spend a refresh token and generate a new access token.
OK
The response is of type object.
object