{
"year": 0,
"projectId": "string",
"projectCode": "string",
"orgId": "string",
"orgName": "string",
"adcode": "string",
"financialSource": "string",
"workArea": "string",
"auditState": 0,
"quarter": 0
}
curl --location --request POST '/api/report/exportReport2021ForInter' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"year": 0,
"projectId": "string",
"projectCode": "string",
"orgId": "string",
"orgName": "string",
"adcode": "string",
"financialSource": "string",
"workArea": "string",
"auditState": 0,
"quarter": 0
}'