{
  "info": {
    "_postman_id": "229681fe-8c82-44c3-a741-b3dc7dfa870f",
    "name": "Basic Auth Test",
    "description": "A collection for testing",
    "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
  },
  "item": [
    {
      "name": "Basic Auth",
      "request": {
        "auth": {
          "type": "basic",
          "basic": {
            "password": "basic-password",
            "username": "basic-username"
          }
        },
        "method": "GET",
        "header": [],
        "body": {
          "mode": "raw",
          "raw": ""
        },
        "url": "https://insomnia.rest"
      },
      "response": []
    }
  ]
}
