{ "opencollection": "1.0.0", "info": { "name": "helicone-api Agent Test API", "version": "1.0.0" }, "items": [ { "info": { "name": "Test", "type": "folder" }, "items": [ { "info": { "name": "SendTestRequest", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/test/gateway-request", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } } ] } ], "bundled": true }