Submit
Send one SMS to many receipients
* Authentication required.
* Params:
* `"from"`, `"to"`, `"text"` are **required**.
* `"universal"`, `"alphabet"`, `"scheduled_delivery_time"`, `"period"` are **optional**.
* Notice:
* `"from"`, `"to"`, `"text"`, `"alphabet"`, `"scheduled_delivery_time"` as ***String***.
* `"universal"` as ***Boolean*** takes `false` for default.
* `"period"` as ***Integer*** takes `1440` for default.
### CURL Example:
curl -X POST https://oim.pasifiktelekom.com.tr/en/api/sms/submit/ \
-H 'Content-Type:application/json' -H 'accept:application/json' -H 'Authorization:XXXXXXXXXXXXXXXXXXXX' \
-d '{"from": "YOUR_COMPANY", "text": "SMS Test", "to": "905999999998,905999999999"}'
GET /en/api/sms/submit/?format=api
{
"code": "200",
"message": "OK"
}