curl --location --request POST 'https://api.open.youmanlu.com/open-api/correct/submit/writing' \
--header 'sign: 29d7ee017bd003c5da97bc4506c87f1b' \
--header 'timestamp: 1633454345' \
--header 'nonceStr: xcvxcvcv' \
--header 'appid: 9DE3242262ED4D86' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"questionContent": "string",
"taskName": "string",
"images": [
"string"
],
"reportLang": "string"
}'