Authorization: ********************
{
"sms_group_sid": 0,
"country_sid": 0,
"sms_message_sid": 0,
"name": "string",
"start_time": "1s",
"stop_time": "1s",
"sends_per_minute": 0,
"status": 0,
"total_cost": 0,
"caller_ids": [
"string"
],
"client_name": "string",
"total_scheduled": 0,
"total_completed": 0,
"contact_group_sid_str": "string",
"contact_group_sid": 0,
"phone_num_col": "string",
"use_tz_restrictions": "string",
"message_count": 0,
"todays_message_count": 0,
"date_created": "1s"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/smsapi/updatesmsgroupstatus' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sms_group_sid": 0,
"country_sid": 0,
"sms_message_sid": 0,
"name": "string",
"start_time": "1s",
"stop_time": "1s",
"sends_per_minute": 0,
"status": 0,
"total_cost": 0,
"caller_ids": [
"string"
],
"client_name": "string",
"total_scheduled": 0,
"total_completed": 0,
"contact_group_sid_str": "string",
"contact_group_sid": 0,
"phone_num_col": "string",
"use_tz_restrictions": "string",
"message_count": 0,
"todays_message_count": 0,
"date_created": "1s"
}'
{
"result": true
}