Query
Get query of Fax Report By ID
* Authentication required.
* Params:
* `"fax_id"` are **required**.
* Notice:
* `"fax_id"` as ***String***, e.g. `"123456"`.
### CURL Example:
curl -X POST https://oim.pasifiktelekom.com.tr/en/api/fax/query/ \
-H 'Content-Type:application/json' -H 'accept:application/json' -H 'Authorization:XXXXXXXXXXXXXXXXXXXX' \
-d '{"fax_id": "123456"}'
GET /en/api/fax/query/?format=api
{
"code": "200",
"message": "OK"
}