Authorization: Bearer ********************curl --location --request GET '/api/user/friend/page?pageSize=&cursor=' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"cursor": "string",
"isLast": true,
"list": [
{
"uid": 0,
"activeStatus": 0
}
]
},
"message": "string"
}