API-KEY: ********************curl --location --request POST '/mesaging/conversations//messages/' \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"message": {
"content": "string",
"type": "text"
},
"is_coming": true,
"is_auto_reply": true
}'null