sessionKey
uid
curl --location 'https://api.chizmis.com/public/auth/logout' \ --header 'Content-Type: application/json' \ --data '{ "sessionKey": "sess_abc123", "uid": 1024 }'
{ "success": true, "response": {} }