curl --location --request GET 'https://www.kuwo.cn/api/www/bang/bang/bangMenu?plat=web_www' \
--header 'Secret;' \
--header 'Cookie: Hm_Iuvt_xxx='
{
"code": 0,
"curTime": 0,
"data": [
{
"name": "string",
"list": [
{
"sourceid": "string",
"intro": "string",
"name": "string",
"id": "string",
"source": "string",
"pic": "string",
"pub": "string"
}
]
}
],
"msg": "string",
"profileId": "string",
"reqId": "string",
"tId": "string"
}