cURL
curl --request POST \ --url http://localhost:8080/auth/logout
{ "error": { "code": 401, "message": "<string>" } }
Logout of the service and destroy the session token.
Session token for authentication.
"_me_sess=token; Path=/; HttpOnly; SameSite=Lax; Secure"
Success