Now you can use the following [Environment Variables](https://www.python-httpx.org/environment_variables/#proxies) to configure Zanshin CLI:
`ZANSHIN_API_KEY`: Will setup your Zanshin credentials
`ZANSHIN_API_URL`: Will define the API URL. Default is https://api.zanshin.tenchisecurity.com
`ZANSHIN_USER_AGENT`: If you want to overwrite the User Agent when calling Zanshin API
`HTTP_PROXY` | `HTTPS_PROXY`: Zanshin CLI uses HTTPX under the hood, checkout the Environment Variables section of their documentation for more use cases