curl --location --request GET 'https://www.kuwo.cn/api/www/artist/artistInfo?category=0&prefix=&pn=1&rn=60' \
--header 'Secret;' \
--header 'Cookie: Hm_Iuvt_xxx='
{
"code": 0,
"curTime": 0,
"data": {
"total": "string",
"artistList": [
{
"artistFans": 0,
"albumNum": 0,
"mvNum": 0,
"pic": "string",
"musicNum": 0,
"pic120": "string",
"isStar": 0,
"content_type": "string",
"aartist": "string",
"name": "string",
"pic70": "string",
"id": 0,
"pic300": "string"
}
]
},
"msg": "string",
"profileId": "string",
"reqId": "string",
"tId": "string"
}