Filter journal entries by their posting date (the date the entry impacts the general ledger):
GET /journal-entries?date.gte=2023-12-01&date.lte=2023-12-31- All JEs posted in December 2023
Supports date.gte and date.lte parameters, which can be combined to define a date window.
