customFields.key y valuetype debe ser string con valores como "string", "number", "boolean"name es opcional y sirve como alias"customFields": [
{
"key": "industry",
"type": "string",
"value": "Technology",
"name": "custom_field_1"
}
]