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