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