Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/p3api/listtabletemplateproperties' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"agent_table_templates": [
{
"xml_client_property_sid": 0,
"name": "string"
}
],
"queue_table_templates": [
{
"xml_client_property_sid": 0,
"name": "string"
}
]
}