getFuzzyHistory

@PermitAll
@PostMapping(value = "/history/fuzzy/{code}")
open fun getFuzzyHistory(@PathVariable code: String, @RequestBody request: FuzzyTimeValueRequest): ResponseEntity<TimeValueResponse>