curl --location --request POST 'https://app-test.fagougou.com/openapi/audit' \
--header 'appid;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'sign;' \
--form 'file_url="https://contract-template-1254426977.cos.ap-guangzhou.myqcloud.com/docx/1s-B7c2z6hWo4a2qlCDjo.docx"' \
--form 'file=@"C:\\Users\\28468\\Downloads\\艺人练习生培训合同.docx"' \
--form 'title="测试文档"' \
--form 'standpoint="甲方"' \
--form 'lawyer="tsr"'
{
"code": 0,
"msg": "success",
"data": {
"url": "",
"task_id": ""
}