curl --request POST \
--url https://messenger-public-api.cogfy.com/conversations/{conversationId}/messages \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '{
"content": "<string>",
"type": "text",
"media": {
"name": "<string>",
"mimeType": "<string>",
"base64": "<string>"
}
}'