curl --location --request PUT 'https://client-api.dev.nudgescribe.com/v1/cpf' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"workspace_id": "your-workspace-uuid",
"display_name": "Customer Type",
"field_type": "Enum",
"field_format": ["VIP", "Regular", "Prospect"],
"is_required": true,
"pii": false
}'{
"workspace_id": "workspace-uuid",
"field_key": "customer_type",
"display_name": "Customer Type",
"field_format": null,
"is_required": true,
"pii": false,
"is_default": false,
"field_id": "d0947335-dc95-439b-8b7b-94470b8205cf",
"created_at": "2025-09-11T09:42:25.949Z",
"updated_at": "2025-09-11T09:42:25.949Z"
}