curl --location --request POST 'http://prod-cn.your-api-server.com/v2/tax/qys/batchAccountingStandard' \
--header 'access_token: {{access_token}}' \
--header 'access_token: {{access_token}}' \
--header 'req_date: {{req_date}}' \
--header 'req_date: {{req_date}}' \
--header 'req_sign: {{req_sign}}' \
--header 'req_sign: {{req_sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"aggOrgIds": [
447*********200
],
"accountingStandardsId": 101,
"reportingCategoryCode": "ZL1001001",
"reportingSubCategoryCode": "ZL100100101",
"reportingPeriod": 2000270003,
"isSkipOperatorWarn": true
}'