{ "fId":1, "text":"第二句话" }
curl --location --request POST 'http://127.0.0.1:8080/user/textRewritingWeb' \ --header 'Content-Type: application/json' \ --data-raw '{ "fId":1, "text":"第二句话" }'
{}