Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Successful response with new access token
New JWT access token
Example:
"eyJhbGciOiJIAzI1NiIsInR5cCI6IkpXVCJ9..."