Authorization: Bearer ********************
curl --location --request GET '/user/child/contacts/get' \
--header 'Authorization: Bearer <token>'
{
"persons": [
{
"ctid": 3,
"refId": "01926a2d-875a-711e-9566-5f4d9444a850",
"role": 0,
"type": 1,
"phoneNumber": "18217612542",
"areaCode": "86",
"avatar": null,
"appellation": "哥哥"
},
{
"ctid": 6,
"refId": "a74d3887-1c6e-480f-a60c-f28d63c3d060",
"role": 4,
"type": 1,
"phoneNumber": "18217612545",
"areaCode": "86",
"avatar": "http://dummyimage.com/100x100",
"appellation": "老妹儿2"
}
]
}