Authorization: ********************
{
"sms_group_sid": 0,
"start_time": "1s",
"stop_time": "1s"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/smsapi/resendunconnectedsms' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sms_group_sid": 0,
"start_time": "1s",
"stop_time": "1s"
}'
{
"result": true
}