curl --location --request POST 'https://openapi.qiyuesuo.com/v2/contract/invalidbyfile' \
--header 'x-qys-open-accesstoken: {{x-qys-open-accesstoken}}' \
--header 'x-qys-open-timestamp: {{x-qys-open-timestamp}}' \
--header 'x-qys-open-nonce: {{x-qys-open-nonce}}' \
--header 'x-qys-open-signature: {{x-qys-open-signature}}' \
--form 'invalidInfo="{
\"fileSuffix\": \"pdf\",
\"stampers\": [{
\"type\": \"COMPANY\",
\"signatoryId\": 2931820895989203451,
\"offsetX\": 0.5,
\"offsetY\": 0.5,
\"page\": 1
}],
\"contractId\": 2931820895330697721,
\"title\": \"自定义作废文件1\",
\"invalidReason\": \"cesss\"
}"' \
--form 'file=@""'{
"result": {
"id": "3053241682427380591",
"subject": "接口发起1674029544239",
"description": "合同描述",
"tenantName": "思晨教育",
"ordinal": true,
"status": "INVALIDING",
"expireTime": "2023-02-17 16:13:10",
"publishTime": "2023-01-18 16:12:25"
},
"code": 0,
"message": "SUCCESS"
}