Many students are used to sending form data using sending get requests and POST requests, but how to use postman post requests to send json data.
Step 1: Set the type of sending data in the header requested by the post
Set the send data type to json
Part 2: Fill in the sent json data
Select raw and paste the json data to be sent.send to see the data we return.
The above PostMan post request to send Json data is all the content I share with you. I hope you can give you a reference and I hope you can support Wulin.com more.