{
"folderId": "string",
"accountSetNoList": [
"string"
],
"voucherPeriodList": [
"string"
]
}curl --location --request POST '/open/completeCheck/export/excel' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"folderId": "string",
"accountSetNoList": [
"string"
],
"voucherPeriodList": [
"string"
]
}'{
"code": 0,
"message": "",
"errMsg": "",
"data": 0,
"timestamp": ""
}