curl --location --request POST 'http://172.168.1.18:8657/sz-prodcut//cwBankTransactionRecord/bankStatementData.do' \
--header 'Cookie: JSESSIONID=;JSESSIONID=;JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"bankAccountId": "string",
"account": "string",
"startTime": "string",
"endTime": "string",
"dealType": "string",
"remark": "string",
"startMoney": "string",
"endMoney": "string",
"sort": "string",
"sortItem": "string",
"oppositeName": "string",
"pageIndex": "string",
"pageSize": "string"
}'