Authorization: Bearer ********************
{
"phone_only": true
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/compliance/getfieldnames' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_only": true
}'
{
"names": [
"string"
]
}