{
"projectId": "string",
"projectCode": "string",
"orgId": "string",
"orgName": "string",
"adcode": "string",
"financialSource": "string",
"workArea": "string",
"years": [
"string"
],
"state": 0,
"applicationState": "string",
"executeState": "string",
"contractState": "string",
"tag": "string"
}
curl --location --request POST '/api/project/exportApplication' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": "string",
"projectCode": "string",
"orgId": "string",
"orgName": "string",
"adcode": "string",
"financialSource": "string",
"workArea": "string",
"years": [
"string"
],
"state": 0,
"applicationState": "string",
"executeState": "string",
"contractState": "string",
"tag": "string"
}'