curl --location --request PUT 'https://rest.clicksend.com/v3/sms/email-sms-stripped-strings/20' \
--header 'Content-Type: application/json' \
--data-raw '{
"strip_string": "~~~test1~~~"
}'
{
"data": {
"rule_id": 20,
"strip_string": "~~~~test1~~~~"
},
"http_code": 200,
"response_code": "SUCCESS",
"response_msg": "Strip string has been updated."
}