username:passwordAuthorization: Basic *****************{
"company": {
"companyName": "公司名称",
"custom_fields": [
{
"key": "field_1",
"value": "北方大区"
},
{
"key": "field_3",
"value": "是"
}
]
}
}curl --location --request POST 'https://www.bangwo8.com/api/v1/companies.json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"company": {
"companyName": "公司名称",
"custom_fields": [
{
"key": "field_1",
"value": "北方大区"
},
{
"key": "field_3",
"value": "是"
}
]
}
}'{}