I want to add encoding to the response for the mapping controller. But for some reason a compilation error. Only requires an array of values
How do I add encoding to the response?
@GetMapping("/cards", produces = ["application/json;charset=UTF-8"])