{
"startDate": "2023-01-01",
"endDate": "2023-02-01",
"checkType": "1"
}
curl --location --request POST '10.207.138.234:9243/cic/platform/sichuanAgent/reconciliation/summaryCheckApply' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "2023-01-01",
"endDate": "2023-02-01",
"checkType": "1"
}'
{}