curl --request POST \ --url https://app.chatwoot.com/public/api/v1/inboxes/{inbox_identifier}/contacts/{contact_identifier}/conversations/{conversation_id}/messages \ --header 'Content-Type: application/json' \ --data '{ "content": "Hello, how can I help you?", "echo_id": "1234567890"}'
curl --request POST \ --url https://app.chatwoot.com/public/api/v1/inboxes/{inbox_identifier}/contacts/{contact_identifier}/conversations/{conversation_id}/messages \ --header 'Content-Type: application/json' \ --data '{ "content": "Hello, how can I help you?", "echo_id": "1234567890"}'