In Postman. under Body, select raw and choose JSON from the drop down menu that appears. Then write the JSON that is the request body. You can’t use form-data or x-www-form-urlencoded with @RequestBody, they are used when the binding is @ModelAttribute.