CCRCOPENAUTH: ********************{
"id": 0,
"name": "string",
"sex": 0,
"birthday": "2019-08-24",
"avatar": "string",
"address": "string",
"height": 0,
"weight": 0,
"tenantId": 0,
"certificateNo": "string",
"certificateType": "string"
}curl --location --request POST 'https://open.lcchunyi.com/v1test/ccrc/customer/customer' \
--header 'tenantId;' \
--header 'CCRCOPENAUTH: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"sex": 0,
"birthday": "2019-08-24",
"avatar": "string",
"address": "string",
"height": 0,
"weight": 0,
"tenantId": 0,
"certificateNo": "string",
"certificateType": "string"
}'{
"code": "string",
"message": "string",
"data": true,
"success": true
}