{ "opencollection": "1.0.0", "info": { "name": "AI Service Actions health API", "version": "1.0.0" }, "items": [ { "info": { "name": "health", "type": "folder" }, "items": [ { "info": { "name": "Health check", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/health-check" }, "docs": "Get the health status of the service" } ] } ], "bundled": true }