curl --location 'http://localhost:8090/apis/public.api.hitokotohub.puresky.top/v1alpha1/sentence/like?name=undefined&action=undefined' \
--header 'Authorization: Bearer <token>'{
"code": "string",
"message": "string",
"sentence": {
"author": "string",
"content": "string",
"createdBy": "string",
"likeCount": 0,
"metaName": "string",
"source": "string",
"viewCount": 0
},
"success": true
}