cURL
curl --request POST \ --url http://api-eu.rimdian.com/api/account.refreshAccessToken \ --header 'Authorization: Bearer <token>'
{ "access_token": "xxxxx", "access_token_expires_at": "2024-01-01T00:00:00Z" }
Refresh the access token
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Access token refreshed
The response is of type object.
object