Authorization: Bearer ********************
curl --location --request GET '/music/list'
{
"code": 0,
"data": {
"nowPage": 0,
"pageSize": 0,
"hasMore": true,
"total": 0,
"rows": [
{
"id": 0,
"name": "string",
"cover_pic": "string",
"author": "string",
"audio_url": "string",
"status": 0,
"created_at": "string",
"updated_at": "string",
"deleted_at": null
}
]
},
"message": "string"
}