sessionKey and uid.curl --location 'https://api.chizmis.com/access/public/auth/session?clientId=&redirectUri=' \
--header 'Content-Type: application/json' \
--data '{
"sessionKey": "session-abc123",
"uid": 1024
}'{
"success": true,
"response": {
"token": "<access-token>",
"data": {
"email": "juan@example.com",
"firstName": "Juan",
"lastName": "Dela Cruz",
"middleName": "S",
"avatar": "https://cdn.example.com/avatar.png",
"lastLogin": "2026-05-06T10:00:00.000Z"
},
"sessionKey": "session-abc123"
}
}