if response.status_code // 100 != 2:
            raise GhostException(response.status_code, response.json().get('errors', []))