{ "platformNo": "string", "orderNo": "string", "orgTaxNum": "string", "collectionInvoiceType": "string", "startTime": "string", "endTime": "string", "pageNum": 1, "pageSize": 100 }
curl --location --request POST 'https://gateway.bigfintax.com/szyh-data-service/api/v1/openapi/data/invoice/page' \ --header 'X-App-Key;' \ --header 'X-App-Secret-Key;' \ --header 'X-Tenant-Id;' \ --header 'Content-Type: application/json' \ --data-raw '{ "platformNo": "string", "orderNo": "string", "orgTaxNum": "string", "collectionInvoiceType": "string", "startTime": "string", "endTime": "string", "pageNum": 1, "pageSize": 100 }'