curl --location '/music/playlist?url=undefined'{
"data": {
"Cover": "string",
"Creator": "string",
"Platform": "netease",
"PlaylistID": "string",
"Songs": [
{
"artist": "string",
"cover": "string",
"name": "string",
"url": "string"
}
],
"Title": "string"
},
"meta": {
"message": "string",
"pagination": {
"has_more": true,
"limit": 0,
"next_cursor": "string",
"page": 0,
"total": 0,
"total_pages": 0
}
}
}