Authorization: ********************
{
"field_name": "string",
"is_phone": true,
"display_format_string": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/p3api/createcontactfielddescription' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"field_name": "string",
"is_phone": true,
"display_format_string": "string"
}'
{}