{
  "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.0.0/collection.json"
  },
  "item": [
    {
      "name": "Added to Request URL",
      "request": {
        "auth": {
          "type": "oauth2",
          "oauth2": {
            "accessToken": "oauth2.0-access-token-url",
            "addTokenTo": "queryParams"
          }
        },
        "method": "GET",
        "header": [],
        "body": {
          "mode": "raw",
          "raw": ""
        },
        "url": "https://insomnia.rest"
      },
      "response": []
    },
    {
      "name": "Added to Request Headers",
      "request": {
        "auth": {
          "type": "oauth2",
          "oauth2": {
            "accessToken": "oauth2.0-adccess-token-headers",
            "addTokenTo": "header"
          }
        },
        "method": "GET",
        "header": [],
        "body": {
          "mode": "raw",
          "raw": ""
        },
        "url": "https://insomnia.rest"
      },
      "response": []
    }
  ]
}
