{ "id": "test-global-env-id", "name": "Test Global Environment", "values": [ { "key": "host", "value": "https://jsonplaceholder.typicode.com", "enabled": true, "type": "text" }, { "key": "userId", "value": "1", "enabled": true, "type": "text" }, { "key": "apiKey", "value": "global-api-key-12345", "enabled": true, "type": "text" }, { "key": "postTitle", "value": "Global Test Post from Environment", "enabled": true, "type": "text" }, { "key": "postBody", "value": "This is a global test post body with environment variables", "enabled": true, "type": "text" }, { "key": "secretApiToken", "value": "global-secret-token-67890", "enabled": true, "type": "secret" } ], "_postman_variable_scope": "globals", "_postman_exported_at": "2024-01-01T00:00:00.000Z", "_postman_exported_using": "Postman/10.0.0" }