Authorization: Bearer ********************curl --location --request GET '/api/social/friends/page?pageSize=&pageNo=' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"pageNo": 0,
"pageSize": 0,
"totalRecords": 0,
"isLast": true,
"list": [
{
"id": 0,
"followDate": "2019-08-24T14:15:22.123Z"
}
]
},
"message": "string"
}