curl --location --request POST 'https://app-test.fagougou.com/openapi/extract/v3' \
--header 'appid: fgg12345678987654321' \
--header 'timestamp: {{$date.timestamp}}' \
--header 'nonce: AcGIU5JK9KjKk7vq' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_url": "https://legal-assistant-1254426977.cos.ap-guangzhou.myqcloud.com/openapi/8d1fc2f9-dca1-4c81-8f81-2ffdcb0f61a8.txt",
"field_json": {
"contractTitle": {
"description": "合同文件的标题",
"example": "租赁合同"
}
},
"rule_category_id": "ee67a049-7764-447a-93c1-4376c0041e58"
}'