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