curl --location --request GET '/conversations//messages' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "string",
"content": "string",
"role": "string",
"conversationId": "string",
"tokens": 0,
"createdAt": "2019-08-24T14:15:22.123Z"
}
],
"total": 0,
"page": 0,
"limit": 0,
"totalTokens": 0
}