curl --location --request GET 'http://geek.itheima.net/v1_0/user/followers' \
--header 'Authorization: {{GK_ACCESS_TOKEN}}'
{
"message": "获取成功",
"data": {
"total_count": 1,
"page": 1,
"per_page": 10,
"results": [
{
"id": "1",
"name": "用户名",
"photo": "http://xxxx.com",
"fans_count": 20,
"mutual_follow": false
}
]
}
}