curl --location --request POST 'http://dev-cn.your-api-server.com/v1/rewrite/sentence' \
--header 'content-type: application/json' \
--data-raw '{"language":"auto"}'
{
"alternates": [
{
"decodingMethod": "greedy",
"text": "string"
}
]
}