Authorization: Bearer ********************
curl --location --request GET '/music/find/1'
{
"code": 0,
"data": {
"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"
}