{
  "info": {
    "_postman_id": "acf8fcf9-f63b-4bf8-93a9-c95cee40bde4",
    "name": "Oauth 2.0 Test",
    "description": "A collection for testing",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "Added to Request URL",
      "request": {
        "auth": {
          "type": "oauth2",
          "oauth2": [
            {
              "key": "accessToken",
              "value": "oauth2.0-access-token-url",
              "type": "string"
            },
            {
              "key": "addTokenTo",
              "value": "queryParams",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "body": {
          "mode": "raw",
          "raw": ""
        },
        "url": {
          "raw": "https://insomnia.rest",
          "protocol": "https",
          "host": ["insomnia", "rest"]
        }
      },
      "response": []
    },
    {
      "name": "Added to Request Headers",
      "request": {
        "auth": {
          "type": "oauth2",
          "oauth2": [
            {
              "key": "accessToken",
              "value": "oauth2.0-adccess-token-headers",
              "type": "string"
            },
            {
              "key": "addTokenTo",
              "value": "header",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "body": {
          "mode": "raw",
          "raw": ""
        },
        "url": {
          "raw": "https://insomnia.rest",
          "protocol": "https",
          "host": ["insomnia", "rest"]
        }
      },
      "response": []
    }
  ]
}
