Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/p3api/listoutboundbroadcasttemplatedata' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"templates": [
{
"template_number": 0,
"template_name": "string",
"template_type": "UNKNOWN",
"modify_date": "1s"
}
]
}