{ "opencollection": "1.0.0", "info": { "name": "Isometric Certify Data Ingestion Beneficiaries File Uploads API", "version": "v0" }, "items": [ { "info": { "name": "File Uploads", "type": "folder" }, "items": [ { "info": { "name": "Post File Upload", "type": "http" }, "http": { "method": "POST", "url": "https://api.sandbox.isometric.com/mrv/v0/file-uploads", "headers": [ { "name": "x-client-secret", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Post File Upload" } ] } ], "bundled": true }