curl --location --request POST 'http://dev-cn.your-api-server.com/v2/rewrite' \
--header 'Authorization: Bearer <Your secret key>' \
--header 'Content-Type: application/json' \
--data-raw '{ "text" : "Your text that need to rewritten.", "audience": "general", "formality": "neutral", "intent": "inform" }'
{}