Authorization: Bearer ********************
{
"name": "主集非毛",
"phoneNumber": "18217612542",
"areaCode": "86",
"avatar": "http://dummyimage.com/100x100",
"birthday": "2005-09-17",
"appellation": "妈妈",
"gender": 3,
"weight": 120,
"height": 120,
"cid": "de19b09e-8661-4062-9fcf-a1b04b474027"
}
curl --location --request POST '/user/child/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "主集非毛",
"phoneNumber": "18217612542",
"areaCode": "86",
"avatar": "http://dummyimage.com/100x100",
"birthday": "2005-09-17",
"appellation": "妈妈",
"gender": 3,
"weight": 120,
"height": 120,
"cid": "de19b09e-8661-4062-9fcf-a1b04b474027"
}'
{}