a cli for making http network calls
-h Loads help documentation
-auth string The username and password for basic authentication in the format 'username:password'
-file string The name of a file to use as the request body
-follow Whether to follow redirects
-method string The HTTP method to use (default "GET")
-url string The URL to make the request to