@Marvin Why am I getting this error when calling read_deployments?
prefect.exceptions.PrefectHTTPStatusError: Client error '422 Unprocessable Entity' for url 'http://server:4200/api/deployments/filter'
Response: {'exception_message': 'Invalid request received.', 'exception_detail': [{'type': 'extra_forbidden', 'loc': ['body', 'deployments', 'is_schedule_active'], 'msg': 'Extra inputs are not permitted', 'input': None}], 'request_body': {'flows': None, 'flow_runs': None, 'task_runs': None, 'deployments': {'operator': 'and_', 'id': None, 'name': None, 'paused': None, 'is_schedule_active': None, 'tags': {'operator': 'and_', 'all_': ['XXX'], 'is_null_': None}, 'work_queue_name': None}, 'work_pools': None, 'work_pool_queues': None, 'limit': None, 'offset': 0, 'sort': None}}