username:passwordAuthorization: Basic *****************{
"name": "联系电话",
"key": "contact_phone",
"type": 17,
"description": "客户联系电话"
}curl --location 'https://www.bangwo8.com/api/v1/custom_fields?module=contact' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"name": "联系电话",
"key": "contact_phone",
"type": 17,
"description": "客户联系电话"
}'{}