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