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