curl --location --request POST '185.112.33.62/api/v1/rest/sms/multiple-send/' \
--header 'username: {{username}}' \
--header 'password: {{password}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromArray": [
"",
""
],
"recipients": [
"",
""
],
"messageArray": [
"",
""
],
"typeArray": [
0,
0
]
}'{}