{
"name": "梁敏",
"phoneNumber": "18100747237",
"areaCode": "86",
"avatar": "http://dummyimage.com/200x200",
"birthday": "2021-11-11",
"appellation": "爸爸",
"gender": 2,
"weight": 188,
"height": 170
}
curl --location --request POST '/user/child/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "梁敏",
"phoneNumber": "18100747237",
"areaCode": "86",
"avatar": "http://dummyimage.com/200x200",
"birthday": "2021-11-11",
"appellation": "爸爸",
"gender": 2,
"weight": 188,
"height": 170
}'
{
"cid": "string"
}