curl --location -g --request POST 'https://athathi.mgahed.com/api/{{locale}}/chat/sendmessage' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"conversation_id": 1,
"message": "Hi, Howareyou?!",
"type": "text"
}'{}