{
"address": "朝阳区",
"agentId": "0",
"appId": "0",
"customerId": 2,
"customerIndustry": "IT",
"customerName": "客户名称",
"customerRank": "重点客户",
"delFlag": 0,
"email": "3424934@qq.com",
"mobile": "13582200987",
"phonenumber": "2792788",
"remark": "备注",
"responsible": "负责人",
"siteId": "0",
"status": 1,
"tenantId": "000000",
"ucUserId": "0"
}curl --location --request POST '/crm/crmCustomer' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "朝阳区",
"agentId": "0",
"appId": "0",
"customerId": 2,
"customerIndustry": "IT",
"customerName": "客户名称",
"customerRank": "重点客户",
"delFlag": 0,
"email": "3424934@qq.com",
"mobile": "13582200987",
"phonenumber": "2792788",
"remark": "备注",
"responsible": "负责人",
"siteId": "0",
"status": 1,
"tenantId": "000000",
"ucUserId": "0"
}'{
"code":0,
"data":null,
"message":"成功",
"status":200
}