{ "opencollection": "1.0.0", "info": { "name": "Curai Partner API", "version": "1.81.1" }, "items": [ { "info": { "name": "Partner", "type": "folder" }, "items": [ { "info": { "name": "Register Patient", "type": "http" }, "http": { "method": "POST", "url": "/partner/register-patient", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Registers a patient with Curai Health and returns an access token." }, { "info": { "name": "End Service", "type": "http" }, "http": { "method": "POST", "url": "/partner/end-service", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "End Service" } ] } ], "bundled": true }