curl --location --request POST 'http://localhost:8000/api/v1/report/export-history-transaction' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"store_id": 1,
"type": null,
"start_date": "2024-01-01",
"end_date": "2025-01-31"
}'{}