{ "opencollection": "1.0.0", "info": { "name": "VA Appeals Status AllergyIntolerance Veterans API", "version": "1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Veterans", "type": "folder" }, "items": [ { "info": { "name": "Submit a Form 526 disability compensation claim", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox-api.va.gov/services/appeals/v1/veterans/:veteranId/526", "params": [ { "name": "veteranId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Submit a Form 526 disability compensation claim" } ] } ], "bundled": true }