Authorization: ********************
{
"sms_group_sids_arr": [
0
]
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/smsapi/stopalloutboundsmsgroups' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sms_group_sids_arr": [
0
]
}'
{
"result": true
}