X-API-Key: ********************curl --location 'https://api.snakk.ai/api/chat/session//status?lastMessageId=' \
--header 'X-API-Key: <api-key>'{
"_version": "string",
"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"
}
]
}