{ "opencollection": "1.0.0", "info": { "name": "Platzi Fake Store auth Locations API", "version": "1.0" }, "items": [ { "info": { "name": "Locations", "type": "folder" }, "items": [ { "info": { "name": "LocationsController_getAll", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/locations", "params": [ { "name": "radius", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" }, { "name": "origin", "value": "", "type": "query" } ] } } ] } ], "bundled": true }