{
"id": 0,
"name": "string",
"phone": "string",
"nation": "string",
"avatar": "string",
"birthday": "string",
"zodiac": "string",
"constellation": "string",
"knowTime": "string",
"knowRemark": "string",
"appointmentTime": "string",
"appointmentNum": 0,
"birthdayRemind": 0,
"calendarType": 0,
"career": "string",
"company": "string",
"updateRelation": true,
"knowIntroducer": "string",
"gender": 0,
"remark": "string",
"relations": [
{
"templateId": 0,
"infoId": 0
}
]
}
curl --location --request POST '/user/book/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"phone": "string",
"nation": "string",
"avatar": "string",
"birthday": "string",
"zodiac": "string",
"constellation": "string",
"knowTime": "string",
"knowRemark": "string",
"appointmentTime": "string",
"appointmentNum": 0,
"birthdayRemind": 0,
"calendarType": 0,
"career": "string",
"company": "string",
"updateRelation": true,
"knowIntroducer": "string",
"gender": 0,
"remark": "string",
"relations": [
{
"templateId": 0,
"infoId": 0
}
]
}'
{
"code": 0,
"msg": "",
"data": false
}