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