POST /auth/logout
This endpoint invalidates the user’s session by revoking all their refresh tokens. Requires a valid access token in the Authorization header.Request Headers
string
required
Bearer token. Format:
Bearer YOUR_ACCESS_TOKENResponse
boolean
Indicates whether the logout was successful.
string
A confirmation message.