curl --location --request POST 'https://v4.fenxi365.com/api/voucher/list?pageSize=20&size&page=1&property=code&order=asc' \
--header 'Content-Type: application/json' \
--data-raw '{
"voucherDate": {
"start": "string",
"end": "string"
},
"audit": 0,
"summary": null,
"remark": null,
"word": null,
"createMember": null,
"subjectId": null,
"codeStart": null,
"codeEnd": null,
"minAmount": null,
"maxAmount": null
}'
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}