I’m getting HTTP 400 error: “Required request parameter ‘fromBookingId’ for method parameter type String is not present” When calling: GET /v1/accounts/{accountId}/bookings?from=2025-12-02T00:00:00Z&to=2026-02-04T00:00:00Z Questions:
1. Is /v1/accounts/{accountId}/bookings the correct endpoint for date range queries?
2. What is the correct syntax to query bookings by date range (from/to)?
3. When was fromBookingId parameter made required?
4. What value should fromBookingId have for the first page of results?
5. Is there alternative endpoint documentation showing date range query examples?