curl --location --request GET '/api/pop/getPopImgList?pageId' \
--header 'Authorization: Bearer {{token}}'
{
"code": "string",
"msg": "string",
"data": {
"popTimes": "string",
"imgList": [
"string"
]
}
}