cURL
curl --request POST \ --url https://api.limitless.exchange/auth/logout \ --cookie limitless_session=
{ "message": "Logged out successfully" }
Logs out the user by clearing the session cookie
Session authentication cookie obtained from /auth/login
User has been successfully logged out
"Logged out successfully"