def _post_json(self, url: Text, **kwargs) -> Dict: return self._make_json_request('post', url, **kwargs)