curl --location --request PUT '/smartflows//actions/send/sms/' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"senderId": "Incomaker",
"message": "Exclusive discount today http://myshop.com",
"assetId": "1213"
}'{
"error": "Reason of failure"
}