Authorization: Bearer ********************
{
"likeId":1,
"likeType":"1"
}
curl --location --request POST 'http://47.93.16.76:8080/app/video/api/v1/cancel/comment/like' \
--header 'Content-Type: application/json' \
--data-raw '{
"likeId":1,
"likeType":"1"
}'
{
"msg": "操作成功",
"code": 200
}