curl --location 'https://efristest.kumusoft.xyz/search-invoices' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"startDate": "2025-01-01",
"endDate": "2025-03-30",
"pageSize": "",
"referenceNo":""
}'{}