in src/web-ui/src/utils/gateway.js [4:6]
detectAnomalies(projectName, modelVersion, contentType, image) { return request("/detect", { projectName, modelVersion, contentType, image }, "post"); },