{ "opencollection": "1.0.0", "info": { "name": "StructDatafy API Keys Health API", "version": "1.0.0" }, "items": [ { "info": { "name": "Health", "type": "folder" }, "items": [ { "info": { "name": "Health Check", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/health" }, "docs": "Health Check" }, { "info": { "name": "Root Health", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/health" }, "docs": "Root Health" } ] } ], "bundled": true }