Authorization: Bearer ********************
{
"id": 0,
"type": "w",
"sentence": "新版句子API测试",
"author": "WC",
"from": null
}
curl --location --request POST '/sentence/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"type": "w",
"sentence": "新版句子API测试",
"author": "WC",
"from": null
}'
{
"code": 0,
"msg": "string",
"data": {}
}