{
"neteaseId": "string"
}curl --location --request POST '/public/music/song-resources' \
--header 'Content-Type: application/json' \
--data-raw '{
"neteaseId": "string"
}'{
"code": 0,
"data": {
"audioUrl": "string",
"lyricsText": "string"
},
"message": "string"
}