{
"eventId": "string",
"commentId": 0,
"like": true
}curl --location --request POST 'test-mg-admin.hwyc.io/v1/comment/like' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventId": "string",
"commentId": 0,
"like": true
}'{
"code": 0,
"msg": "string",
"data": {},
"success": true
}