Authorization: Bearer ********************curl --location --request GET '/user/children' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": [
{
"_id": "string",
"username": "string",
"role": "string"
}
]
}