curl --location --request GET 'https://snakk-backend-production.up.railway.app/api/chat/session//status?lastMessageId' \
--header 'X-API-Key: <api-key>'{
"status": "active",
"operator_name": "string",
"has_operator": true,
"new_messages": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"content": "string",
"sender_type": "operator",
"created_at": "2019-08-24T14:15:22.123Z",
"operator_name": "string"
}
]
}