curl -X POST

--header 'Content-Type: application/json'

--header 'Accept: application/json'

--header 'Authorization: ApiKey xxxxx.xx.xx.xxxx'

-d'{

"source" : "ShoutDEMO",

"destinations" : [

'94771234567'

],

"transports" : [

"sms"

],

"content" : {

"sms" : "Sent via ShoutOUT Lite"

}, 'https://api.getshoutout.com/coreservice/messages'