- Open
Postman. - Enter URL in the URL bar
http://{server:port}/json/metallica/post. - Click
Headersbutton and enterContent-Typeas header andapplication/jsonin value. - Select
POSTfrom the dropdown next to the URL text box. - Select
rawfrom the buttons available below URL text box. - Select
JSONfrom the following dropdown. -
In the textarea available below, post your request object:
{ "title" : "test title", "singer" : "some singer" } -
Hit
Send. -
Refer to screenshot below:
