curl --location '//conversations//messages' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"sender": "string",
"source": "string",
"message": "string",
"delivery_status": "string",
"conversation_id": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
]
}