ValidationError missing on some endpoints that allow query parameters
When implanting statistics endpoints it has become apparent that `ValidationError` is missing on endpoints that allow query parameters, for example if an incorrect format `start_date` is provided to `connections_statistics_read`, then you would expect to throw `ValidationError`. Please could this be added to any endpoints that have query parameters to help with validation? **Example:** ![Screenshot_2023-08-01_at_12.20.14](/uploads/502da4178ce368436eab07d0775a5c76/Screenshot_2023-08-01_at_12.20.14.png)
issue