Authorization: Bearer ********************
{
"type": "chat",
"message": "Hello there!",
"destination": "0010"
}
curl --location --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/domains//users//messagesessions//messages' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "chat",
"message": "Hello there!",
"destination": "0010"
}'
{
"code": 202,
"message": "Accepted"
}