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
Bearer token. Format:
Bearer YOUR_ACCESS_TOKENResponse
Indicates whether the logout was successful.
A confirmation message.