{ "opencollection": "1.0.0", "info": { "name": "FullContact V3 Address API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Address", "type": "folder" }, "items": [ { "info": { "name": "normalizeAddress", "type": "http" }, "http": { "method": "POST", "url": "https://api.fullcontact.com/v3/address.normalize", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }