def post_json(self, endpoint: str, data: JsonDict) -> Response: return self.client.post(endpoint, content_type="application/json", data=json.dumps(data))