CCRCOPENAUTH: ********************{
"account": "string",
"address": "string",
"aesPassword": "string",
"avatar": "string",
"bCryptPassword": "string",
"birthdayStr": "string",
"bizCode": "string",
"certificateNo": "string",
"certificateType": "string",
"channelCode": "string",
"customRel": [
{
"customInfoId": 0,
"value": "string"
}
],
"customerNo": "string",
"face": "string",
"height": 0,
"name": "string",
"phoneNumber": "string",
"phoneNumberIsVerify": 0,
"relations": [
{
"address": "string",
"avatar": "string",
"name": "string",
"phoneNumber": "string",
"relation": "string",
"type": "string"
}
],
"sex": 0,
"sourceCode": "string",
"tenantId": 0,
"virtualStatus": 0,
"weight": 0
}curl --location --request POST 'https://open.lcchunyi.com/v1test/ccrc/user/api/paas/user/customer/insert' \
--header 'CCRCOPENAUTH: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "string",
"address": "string",
"aesPassword": "string",
"avatar": "string",
"bCryptPassword": "string",
"birthdayStr": "string",
"bizCode": "string",
"certificateNo": "string",
"certificateType": "string",
"channelCode": "string",
"customRel": [
{
"customInfoId": 0,
"value": "string"
}
],
"customerNo": "string",
"face": "string",
"height": 0,
"name": "string",
"phoneNumber": "string",
"phoneNumberIsVerify": 0,
"relations": [
{
"address": "string",
"avatar": "string",
"name": "string",
"phoneNumber": "string",
"relation": "string",
"type": "string"
}
],
"sex": 0,
"sourceCode": "string",
"tenantId": 0,
"virtualStatus": 0,
"weight": 0
}'{
"code": "string",
"data": 0,
"message": "string",
"success": true
}