Authorization: Bearer ********************
curl --location --request GET 'http://cosine.ren:8000/likes/count?target_id=1'
{ "code": 0, "message": "获取点赞记录数成功!", "result": { "type": "comment", "target_id": "1", "cnt": 1 } }