curl --location --request POST '185.112.33.62/api/v1/rest/sms/pattern-send/' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"from": "",
"recipients": [
""
],
"message": {
"name": "",
"family": "",
"code": ""
},
"patternId": 111,
"type": 0
}'{}