https://3ati2ak.com/api/refresh
Exchange your current token for a new one before it expires.
Authorization header. The old token is invalidated after a successful refresh.
| Accept | application/json |
| Authorization | Bearer {your_token} |
No request body required.
Returns a brand-new token. Use this going forward — the old token is now invalid.
{
"access_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9...",
"token_type": "bearer",
"expires_in": 604800
}
{"success": false, "message": "Token has expired"}