X-API-Key: ********************curl --location 'https://api.snakk.ai/api/chat/sessions?agent_id=&status=&limit=&offset=' \
--header 'X-API-Key: <api-key>'{
"sessions": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"agent_id": "2b1e3b65-2c04-4fa2-a2d7-467901e98978",
"agent_name": "string",
"visitor_id": "string",
"visitor_name": "string",
"visitor_email": "string",
"status": "string",
"page_url": "string",
"referrer_url": "string",
"message_count": 0,
"created_at": "2019-08-24T14:15:22.123Z",
"last_message_at": "2019-08-24T14:15:22.123Z",
"closed_at": "2019-08-24T14:15:22.123Z"
}
]
}