Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/p3api/getcurrentagent' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"agent_sid": 0,
"client_sid": 0,
"agent_profile_sid": 0,
"web_login": "string",
"agent_id": "string",
"agent_pin": "string",
"add_date": "1s",
"modify_date": "1s",
"callback_number": "string",
"callback_extension": "string",
"hunt_group_sid": "string",
"subscriber_username": "string",
"partner_agent_id": "string",
"last_password_change_date": "1s"
}