{
"clueId": 4,
"clueName": "线索名称",
"phonenumber": 13589069228,
"mobile": 2802968,
"email": "2912789066@qq.com",
"address": "北京市丰台区",
"responsible": "zhang",
"clueSource": 1,
"customerRank": 1,
"customerIndustry": 1
}curl --location --request POST '/crm/crmClue' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"clueId": 4,
"clueName": "线索名称",
"phonenumber": 13589069228,
"mobile": 2802968,
"email": "2912789066@qq.com",
"address": "北京市丰台区",
"responsible": "zhang",
"clueSource": 1,
"customerRank": 1,
"customerIndustry": 1
}'{
"code":0,
"data":null,
"message":"成功",
"status":200
}