Disabling Proxies
If you need to bypass all proxy settings (both collection-defined and system proxies) when running requests, you can use the--noproxy flag:
copy
Using Client Certificates for API Requests
If your API requests require client certificates for authentication, you can specify using the--client-cert-config option. The configuration should be provided in a JSON file. Here’s an example of how to use this option:
copy