Authorization: ********************
{
"name": "string",
"value": "string",
"private_field_type": "UNKNOWN"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/integrations/insertprivatefield' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"value": "string",
"private_field_type": "UNKNOWN"
}'
{
"private_field_id": 0
}