Send one Fax to many receipients

* Authentication required.
* Params:
* `"from"`, `"to"`, `"filename"` are **required**.
* `"is_enhanced"`, `"scheduled_delivery_time"`, `"period"` are **optional**.
* Notice:
* `"from"`, `"to"`, `"filename"`, `"scheduled_delivery_time"` as ***String***.
* `"is_enhanced"` 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/fax/submit/ \
-H 'Content-Type:application/json' -H 'accept:application/json' -H 'Authorization:XXXXXXXXXXXXXXXXXXXX' \
-d '{"from": "90212XXXXXXX", "filename": "72df3bef-ec07-4968-9959-bd6a70a2e8c8.doc", "to": "902XXXXXXXXX"}'

GET /en/api/fax/submit/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "code": "200",
    "message": "OK"
}