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