Simple Python CLI client for interacting with OX GraphQL API
Uses python-dotenv to pull URL and KEY:
Place and protect .env file in same folder with the following:
oxUrl='https://api.cloud.ox.security/api/apollo-gateway' oxKey='your API key here'
Use python python_examp.py help for a list of commands.