Returns a new access token and invalidates the old one.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Responses
{
"success": true,
"message": "Token refreshed successfully",
"token": "2|newtoken123..."
}
Modified at 2026-03-12 00:48:26