curl --request POST \
--url https://api.toingg.com/api/v3/set_campaign_silence_timer_and_words_to_interrupt \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"campId": "<string>",
"silenceTimer": 123,
"wordsToInterrupt": 123
}
'