{
"need_decode": true,
"song_id": "string"
}
curl --location --request POST 'https://api.kg.qq.com/karaoke/base/v2/get_lyric_url' \
--header 'X-Open-Access-Token;' \
--header 'X-Open-ID;' \
--header 'X-Open-App-ID;' \
--header 'Content-Type: application/json' \
--data-raw '{
"need_decode": true,
"song_id": "string"
}'
{
"lyric_content": {
"code": 0,
"compress_type": 0,
"content": "string",
"lyric_type": 0,
"time": 0,
"version": "string"
}
}