username:passwordAuthorization: Basic *****************{
"name": "客户人数",
"key": "employee_count",
"type": 4,
"description": "企业员工人数",
"extraConfig": {
"min": "1",
"max": "100000",
"placeholder": "请输入员工人数"
}
}curl --location 'https://www.bangwo8.com/api/v1/custom_fields?module=ticket' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"name": "客户人数",
"key": "employee_count",
"type": 4,
"description": "企业员工人数",
"extraConfig": {
"min": "1",
"max": "100000",
"placeholder": "请输入员工人数"
}
}'{}