Authorization: ********************curl --location '/api/v1/conversations?status=undefined&escalated=undefined&activity_type=undefined&activity_since=undefined&updated_since=undefined&page=1&per=50' \
--header 'Authorization: <api-key>'{
"count": 0,
"next": "string",
"prev": "string",
"conversations": [
{
"id": 0,
"status": "open",
"escalated": true,
"can_respond_till": "2019-08-24T14:15:22.123Z",
"subscriber": {
"id": 0,
"name": "string",
"phone_number": "string"
},
"assigned_to": {
"type": "string",
"id": 0,
"name": "string"
},
"last_activity_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z"
}
]
}