cURL
curl --request GET \ --url https://api.veryfront.com/auth/logout \ --header 'Authorization: Bearer <token>'
{ "logout": true }
Clears the authentication cookie and signs out the user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully logged out
Logout success status