I use Spring Boot 2.3.5 with object RequestBody:
@PostMapping(value = "/someendpoint", consumes = MediaType.APPLICATION_JSON, produces = MediaType.A