{
"auditState": 0,
"childName": "string",
"childSex": 0,
"contact": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"errMsg": "string",
"id": 0,
"idBackImageUrl": "string",
"idCard": "string",
"idFrontImageUrl": "string",
"params": {},
"realName": "string",
"remark": "string",
"sex": 0,
"toCreateTime": "2019-08-24T14:15:22Z",
"toUpdateTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"wechatAccount": "string"
}
curl --location --request PUT '/api/user/parentProfile' \
--header 'Content-Type: application/json' \
--data-raw '{
"auditState": 0,
"childName": "string",
"childSex": 0,
"contact": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"errMsg": "string",
"id": 0,
"idBackImageUrl": "string",
"idCard": "string",
"idFrontImageUrl": "string",
"params": {},
"realName": "string",
"remark": "string",
"sex": 0,
"toCreateTime": "2019-08-24T14:15:22Z",
"toUpdateTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"wechatAccount": "string"
}'
{
"property1": {},
"property2": {}
}