curl --location --request POST 'https://snakk-backend-production.up.railway.app/api/chat/session//status' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"lastMessageId": "290b7afc-a6e0-411c-9cdb-1845c735a5a4",
"_t": 0
}'