cURL
curl --request POST \ --url https://api.marzipan.co/v1/account/logout \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
This response does not have an example.
Invalidate the current authentication token and log out the user from their session.
Bearer authentication header of the form Bearer <token>, where <token> is the account token returned from the Login endpoint.
Bearer <token>
<token>
Login
Success