Note: # and anything after is NOT needed, its just to allow multiple examples for the same path/method.
Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/sampleDomain/users/1000/messagesessions//messages' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "sms",
"message": "Hello there, sending sms!",
"destination": "18585551234",
"from-number": "18585550001"
}'{
"code": 0,
"message": "string"
}