{
"id": 13563,
"name": "赵六",
"industryId": 1,
"level": 2,
"source": 3,
"mobile": "18000000000",
"telephone": "18000000000",
"website": "https://www.baidu.com",
"qq": "123456789",
"wechat": "123456789",
"email": "123456789@qq.com",
"description": "任意文字",
"remark": "随便",
"areaId": 20158,
"detailAddress": "北京市海淀区",
"contactNextTime": "2019-08-24T14:15:22.123Z",
"ownerUserId": 13563
}curl --location --request POST '/admin-api/crm/customer/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 13563,
"name": "赵六",
"industryId": 1,
"level": 2,
"source": 3,
"mobile": "18000000000",
"telephone": "18000000000",
"website": "https://www.baidu.com",
"qq": "123456789",
"wechat": "123456789",
"email": "123456789@qq.com",
"description": "任意文字",
"remark": "随便",
"areaId": 20158,
"detailAddress": "北京市海淀区",
"contactNextTime": "2019-08-24T14:15:22.123Z",
"ownerUserId": 13563
}'{
"code": 0,
"data": 0,
"msg": "string"
}