curl --location --request GET 'http://geek.itheima.net/v1_0/user/followers' \
--header 'Authorization: {{Vue2_Geek_ACCESS_TOKEN}}'{
"data": {
"page": 1,
"per_page": 10,
"results": [
{
"id": "10",
"name": "老六",
"photo": "",
"fans_count": "0",
"mutual_follow": "false"
}
],
"total_count": 1
},
"message": "OK"
}