curl --location --request GET 'https://www.kuwo.cn/api/www/playlist/index/tags' \
--header 'Secret;' \
--header 'Cookie: Hm_Iuvt_xxx='
{
"code": 0,
"curTime": 0,
"data": [
{
"name": "string",
"digest": "string",
"id": "string"
}
],
"msg": "string",
"profileId": "string",
"reqId": "string",
"tId": "string"
}