{ "info": { "_postman_id": "7b86d821-9d2e-496c-9178-6529697c079c", "name": "Switcher Management Feature", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "9436108" }, "item": [ { "name": "API Check", "request": { "method": "GET", "header": [], "url": { "raw": "{{url}}/api/check", "host": [ "{{url}}" ], "path": [ "api", "check" ] } }, "response": [] }, { "name": "Feature - /", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"feature\": \"{{feature}}\",\r\n \"parameters\": {\r\n \"value\": \"{{value}}\"\r\n }\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{url}}/", "host": [ "{{url}}" ], "path": [ "" ] } }, "response": [] }, { "name": "Feature - /group", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"features\": [\r\n {\r\n \"feature\": \"{{feature}}\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{url}}/group", "host": [ "{{url}}" ], "path": [ "group" ] } }, "response": [] } ] }