https://github.com/gophish/api-client-python/blob/ad4229c9c753be38caa69a5346aeb869bd42ab8e/gophish/api/api.py#L97 `if not respose.ok` should be `if not response.ok:`
api-client-python/gophish/api/api.py
Line 97 in ad4229c
if not respose.okshould beif not response.ok: