The event_type_available_times endpoint fails if start_time is in the past. In fact if fails with an opaque 400 error:
`The supplied parameters are invalid`
It took me an hour to debug this non-obvious behavior.
Can you please document this behavior in the api docs, return a meaningful error message in the api response, or preferably both?
Thanks!