curl --location --request GET 'http://geek.itheima.net/v1_0/user/followings' \
--header 'Authorization: {{GK_ACCESS_TOKEN}}'{
"data": {
"page": 1,
"per_page": 10,
"results": [
{
"id": "25d08792-b549-4315-a30c-7a18c30e9dd6",
"name": "黑马先锋",
"photo": "http://geek.itheima.net/uploads/1659261179023.blob",
"fans_count": 9,
"mutual_follow": false
},
{
"id": "25d08792-b549-4315-a30c-7a18c30e9dd6",
"name": "大家好",
"photo": "http://geek.itheima.net/uploads/1659253740472.jpeg",
"fans_count": 4,
"mutual_follow": false
}
],
"total_count": 2
},
"message": "OK"
}