in src/wagtail_localize_smartling/api/client.py [0:0]
def _request(
self,
*,
method: Literal["GET", "POST"],
path: str,
response_serializer_class: type[
ResponseSerializer | NullDataResponseSerializer
],
send_headers: bool = True,
**kwargs,