{
"affiliatedDealer": 0,
"chsi": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"degree": "string",
"education": "string",
"errMsg": "string",
"id": 0,
"idBack": "string",
"idFront": "string",
"idNumber": "string",
"params": {},
"realName": "string",
"remark": "string",
"residentialAddress": "string",
"sex": 0,
"state": 0,
"studentId": 0,
"teacherLicense": "string",
"teacherType": 0,
"toCreateTime": "2019-08-24T14:15:22Z",
"toUpdateTime": "2019-08-24T14:15:22Z",
"university": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"userType": 0
}
curl --location --request POST '/api/User/userProfile' \
--header 'Content-Type: application/json' \
--data-raw '{
"affiliatedDealer": 0,
"chsi": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"degree": "string",
"education": "string",
"errMsg": "string",
"id": 0,
"idBack": "string",
"idFront": "string",
"idNumber": "string",
"params": {},
"realName": "string",
"remark": "string",
"residentialAddress": "string",
"sex": 0,
"state": 0,
"studentId": 0,
"teacherLicense": "string",
"teacherType": 0,
"toCreateTime": "2019-08-24T14:15:22Z",
"toUpdateTime": "2019-08-24T14:15:22Z",
"university": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"userType": 0
}'
{
"property1": {},
"property2": {}
}