Spring @RequestBody without using a pojo?

I am using Spring Boot and I have a method defined like this in my controller @PostMapping("/update) public void update(@RequestBody User user) { ... } However in my post request from client(