curl --location --request POST 'http://localhost:9000/api/music-comments/like/2' \ --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJyb290Iiwicm9sZSI6InN1cGVyYWRtaW4iLCJpYXQiOjE3NDA5NzEzNDYsImV4cCI6MTc0MTU3NjE0Nn0.aW6emB2aVcBFzBF-3_MzbSfJsQvW1IW7HaON01d3FRI'
{ "code": 0, "message": "string", "data": null, "success": true }