{ "opencollection": "1.0.0", "info": { "name": "CertifyOS V2/provider With Groups API" }, "items": [ { "info": { "name": "v2/provider-with-groups", "type": "folder" }, "items": [ { "info": { "name": "Create Provider With Groups", "type": "http" }, "http": { "method": "POST", "url": "https://ng-api-production.certifyos.com/v2/provider-with-groups", "headers": [ { "name": "organization-id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Add a provider to the organization" } ] } ], "bundled": true }