    def post(self, json=None):
        response = self._http(requests.post, json=json)
        if response.status_code == 201:
            return response.json()