{ "request": { "method": "POST", "url": "https://stealth-server:8448/api/user/isolate", "headers": { "Authorization": "Basic BASE64_ENCODED_CREDENTIALS", "Content-Type": "application/json" }, "body": { "user": "jsmith@corp.example.com", "roleId": "ISOLATION-ROLE-001" } }, "response": { "status": 200, "body": { "status": "SUCCESS", "message": "User jsmith@corp.example.com has been isolated from the Stealth network", "timestamp": "2026-05-03T14:25:00Z" } } }