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