diff --git a/src/superannotate/lib/infrastructure/services/work_management.py b/src/superannotate/lib/infrastructure/services/work_management.py index 861af83f..fdb182dd 100644 --- a/src/superannotate/lib/infrastructure/services/work_management.py +++ b/src/superannotate/lib/infrastructure/services/work_management.py @@ -507,7 +507,7 @@ def set_remove_contributor_categories( method="post", params=params, data={ - "query": body_query.body_builder(), + **body_query.body_builder(), "body": {"categories": [{"id": i} for i in category_ids]}, }, headers={