Get Live calls of your telephones.

* Authentication required.
* Params:
* `"i_account_list"` are **required**.
* No **optional** params.
* Notice:
* `"i_account_list"` are **List of Integers**, e.g. `[123, 456]`.
## CURL Example:

curl -X POST https://oim.pasifiktelekom.com.tr/en/api/tel/live/ \
-H 'Content-Type:application/json' -H 'accept:application/json' -H 'Authorization:XXXXXXXXXXXXXXXXXXXX' \
-d '{"i_account_list": [123, 456]}'

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

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