Authentication
Refresh authentication token
Issues a new authentication token using a valid refresh token.
post/accounts/refresh-token
Request body
Example request
{
"auth_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"refresh_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}Response
New authentication token issued