curl --location --request GET '/conversations' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "string",
"title": "string",
"contactId": "string",
"assistantId": "string",
"status": "string",
"lastMessageAt": "2019-08-24T14:15:22.123Z",
"messageCount": 0,
"createdAt": "2019-08-24T14:15:22.123Z"
}
],
"total": 0,
"page": 0,
"limit": 0
}