curl --location --request POST 'https://openapi.qiyuesuo.com/v2/contract/send' \
--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}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"contractId": 2918350721957036080,
"bizId": null,
"tenantName": null,
"stampers": [
{
"actionId": 2918350723236298803,
"signatoryId": 2918350723223715890,
"type": "COMPANY",
"documentId": 2918350256934552124,
"keyword": "放款通知书编号"
}
]
}'