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

method : 'POST',

headers : {

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

'Authorization' : 'Apikey xxxxx.xx.xx.xxxx',

},

body : JSON.stringify({

"source" : "ShoutDEMO",

"destinations" : ["94771234567"],

"transports" : ["sms"],

"content" : {

"sms" : "Sent via ShoutOUT Lite"

},

}),