curl --location --request GET 'https://www.kuwo.cn/openapi/v1/www/search/searchKey?key=12' \
--header 'Secret;' \
--header 'Cookie: Hm_Iuvt_xxx='{
"code": 0,
"msg": "string",
"reqId": "string",
"tId": "string",
"data": {
"lrclist": [
{
"lineLyric": "string",
"time": "string"
}
]
},
"profileId": "string",
"curTime": 0,
"success": true
}