Authorization: Bearer ********************
curl --location --request GET '/user/child/contacts/friend/getall' \
--header 'Authorization: Bearer <token>'
{
"firends": [
{
"id": "string",
"ticket": "string",
"name": "string"
}
]
}