Authorization: Bearer ********************
{
"avatar": "http://dummyimage.com/100x100",
"phoneNumber": "18217612545",
"areaCode": "86",
"appellation": "老妹儿2",
"role": 4,
"cid": "283b1f62-a876-42c6-a560-268efc07439c",
"refId": "a74d3887-1c6e-480f-a60c-f28d63c3d060"
}
curl --location --request POST '/user/child/contacts/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"avatar": "http://dummyimage.com/100x100",
"phoneNumber": "18217612545",
"areaCode": "86",
"appellation": "老妹儿2",
"role": 4,
"cid": "283b1f62-a876-42c6-a560-268efc07439c",
"refId": "a74d3887-1c6e-480f-a60c-f28d63c3d060"
}'
{}