curl --location --request GET '/api/v1/accounts//conversations//messages'
[
{
"id": 0,
"content": "string",
"content_type": "text",
"content_attributes": {},
"message_type": "incoming",
"created_at": 0,
"private": true,
"attachment": {},
"sender": {},
"conversation_id": 0
}
]