Change your Content-Type in Postman to application/json. Click on the Headers button to do so.
Also you are not producing json in the method. Remove the produces="application/json" from the annotation
Change your Content-Type in Postman to application/json. Click on the Headers button to do so.
Also you are not producing json in the method. Remove the produces="application/json" from the annotation