cURL
curl --request GET \ --url https://jamquest-dev.techboo.net/api/v1/auth/user/logout \ --header 'Authorization: Bearer <token>'
{ "status": "ok", "message": "<string>" }
Logs out the user by invalidating the current access token.
Access token obtained during login or registration. Use this token in the Authorization header for authenticated requests.
Successfully logged out
"ok"