Authentication
Refresh access token
Use refresh token to get new access token
POST
Refresh access token
Body
application/json
RefreshRequest defines the token refresh request payload
RefreshToken is the token used to obtain a new access token
Example:
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Response
Token refreshed successfully
TokenResponse defines the authentication response payload
Refresh access token