{
  "v": 2,
  "id": "2",
  "name": "secret-values-envs",
  "variables": [
    {
      "key": "secretBearerToken",
      "initialValue": "test-token",
      "currentValue": "test-token",
      "secret": true
    },
    {
      "key": "secretBasicAuthUsername",
      "initialValue": "test-user",
      "currentValue": "test-user",
      "secret": true
    },
    {
      "key": "secretBasicAuthPassword",
      "initialValue": "test-pass",
      "currentValue": "test-pass",
      "secret": true
    },
    {
      "key": "secretQueryParamValue",
      "initialValue": "secret-query-param-value",
      "currentValue": "secret-query-param-value",
      "secret": true
    },
    {
      "key": "secretBodyValue",
      "initialValue": "secret-body-value",
      "currentValue": "secret-body-value",
      "secret": true
    },
    {
      "key": "secretHeaderValue",
      "initialValue": "secret-header-value",
      "currentValue": "secret-header-value",
      "secret": true
    },
    {
      "key": "nonExistentValueInSystemEnv",
      "initialValue": "",
      "currentValue": "",
      "secret": true
    },
    {
      "key": "echoHoppBaseURL",
      "initialValue": "https://echo.hoppscotch.io",
      "currentValue": "https://echo.hoppscotch.io",
      "secret": false
    },
    {
      "key": "httpbinBaseURL",
      "initialValue": "https://httpbin.org",
      "currentValue": "https://httpbin.org",
      "secret": false
    }
  ]
}
