curl --location --request GET '/conversations/' \
--header 'Authorization: Bearer <token>'{
"id": "string",
"title": "string",
"contactId": "string",
"assistantId": "string",
"status": "string",
"metadata": {},
"messages": [
{
"id": "string",
"content": "string",
"role": "user",
"timestamp": "2019-08-24T14:15:22.123Z"
}
],
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}