{
  "info": {
    "name": "Vigilo API - Ejemplo documental",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.example.vigilo.es/v1"
    }
  ],
  "item": [
    {
      "name": "Listar veh\u00edculos",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{token}}"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/vehicles",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "vehicles"
          ]
        }
      }
    }
  ]
}