- method: "GET" path: "/" conditionalResponses: - conditions: headers: Authorization: "Bearer abc123" response: status: 200 headers: { Content-Type: "application/json" } body: message: "Access granted" response: status: 401 headers: { Content-Type: "application/json" } body: error: "Unauthorized"