receiveBatchLogs

@PostMapping(value = "/website", consumes = "application/x-ndjson")
open fun receiveBatchLogs(@RequestBody ndjsonBody: String, request: HttpServletRequest): ResponseEntity<FrontendLogResponse>