Revoke the current access token.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Responses
{
"message": "Logged out successfully."
}
Modified at 2026-01-31 12:19:01