curl --location --request DELETE 'http://localhost:9000/api/music-comments/5' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywidXNlcm5hbWUiOiJmb3hsdW8xIiwicm9sZSI6InVzZXIiLCJpYXQiOjE3MzU2Mzk4NjEsImV4cCI6MTczNjI0NDY2MX0.kTzvrvHHJIZ26FcbQDi087CnQ8bX6PnO5_X9UdMuiD4'
{
"code": 0,
"message": "string",
"data": {
"items": [
{
"id": 0,
"music_id": 0,
"user_id": 0,
"content": "string",
"parent_id": null,
"like_count": 0,
"created_at": "string",
"updated_at": "string",
"user_name": "string",
"user_nickname": "string",
"user_avatar": "string",
"reply_count": 0,
"replies": [
{
"id": 0,
"music_id": 0,
"user_id": 0,
"content": "string",
"parent_id": 0,
"like_count": 0,
"created_at": "string",
"updated_at": "string",
"user_name": "string",
"user_nickname": "string",
"user_avatar": "string"
}
]
}
],
"total": 0,
"page": 0,
"pageSize": 0
},
"success": true
}