curl --location --request GET 'http://api-toutiao-web.itheima.net/mp/v1_0/followers?page=1&per_page=20' \
--header 'Authorization: {{HM_ACCESS_TOKEN}}'{
"message": "OK",
"data": {
"total_count": 1,
"page": 1,
"per_page": 20,
"results": [
{
"id": 4,
"name": "outman",
"photo": "http://toutiao-img.itheima.net/FgNkSiy5EzpeOiyFXgCBPX_8Wczt"
}
]
}
}