curl --location --request POST 'sendsms' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile_no": "917977251637",
"channel": "sms",
"source": "salesforce",
"type": "otp",
"template_id": 19,
"template_attr": {
"loan_amount": "45,000",
"loan_account_no": "1234578557875878"
}
}'
{
"response": {
"message": "Communication processed successfully.",
"ref_id": "MJRsiZGOPvXRADy"
}
}