Authorization: ********************
{
"message": "string",
"to_phone_num_arr": [
"string"
]
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/smsapi/sendsmsnotification' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"message": "string",
"to_phone_num_arr": [
"string"
]
}'
{
"response": "string"
}