Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/p3api/listhuntgroupextensions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"extensions": [
{
"agent": {
"first_name": "string",
"last_name": "string",
"user_id": "string",
"archived": true
}
}
]
}