curl --location --request GET 'https://my.xentree.com/api/core/conversations//messages' \
--header 'Authorization: Bearer <token>'[
{
"id": "string",
"sender": "string",
"content": "string",
"created_at": "2019-08-24T14:15:22.123Z"
}
]