-->
curl -X POST \
https://api.imiconnect.io/resources/v1/messaging \
-H 'cache-control: no-cache' \
-H 'content-type: application/json' \
-H 'key: 717ed470-a10a-11e6-b630-005056ad2b62' \
-H 'postman-token: 5c83d2cb-29be-9fe5-a8c3-fc2160ff826e' \
-d '{
"correlationid": "cid",
"deliverychannel": "fb",
"message": {
"template": "8"
},
"channels": {
"OTT-Messaging": {
"fb": {
"text": "Hello customer!"
}
}
},
"destination": [
{
"psid": [
"10208316415121362"
]
}
]
}'