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