This is a POST request to refresh the token for the authenticated user. You must be authenticated to call this endpoint.
POST /api/refresh-token
{
"status": "success",
"code": 200,
"message": "Token refreshed successfully",
"data": {
"token" : "your_new_jwt_token_here"
}
}