curl --location --request GET 'http://geek.itheima.net/v1_0/user/followings' \
--header 'Authorization: {{Vue2_Geek_ACCESS_TOKEN}}'{
"data": {
"page": 1,
"per_page": 10,
"results": [
{
"id": "b66d820b-a3dc-4dc3-b042-10f008654bcf",
"name": "黑马先锋",
"photo": "http://geek.itheima.net/images/user_head.jpg",
"fans_count": 3,
"mutual_follow": false
}
],
"total_count": 1
},
"message": "OK"
}