curl --location --request POST '/api/v1/conversations//messages' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": "string",
"messageType": "text",
"file": "string",
"mimetype": "string",
"filename": "string",
"caption": "string"
}'