curl --location --request GET '/sentence/get'
{ "code": 0, "msg": "string", "data": [ { "id": 1, "type": "string", "sentence": "string", "author": "string", "from": "string", "committerName": "string" } ] }