curl --location --request POST 'http://localhost:8000/api/v1/report/export-sales-report' \
--header 'Authorization: Bearer <token>' \
--form 'store_id="1"' \
--form 'start_date="2025-01-01"' \
--form 'end_date="2025-12-30"' \
--form 'cashier=""' \
--form 'supplier=""'{}