Authorization: ********************{
    "call_sid": 0,
    "call_type": "INBOUND"
}curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/p3api/getlostpeerinfo' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "call_sid": 0,
    "call_type": "INBOUND"
}'{
    "former_agent_sid": 0,
    "former_agent_name": "string",
    "former_hunt_group_name": "string",
    "hunt_groups": [
        "string"
    ],
    "agents": [
        "string"
    ],
    "agent_skills": [
        "string"
    ],
    "pbx_extensions": [
        "string"
    ]
}