Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 195 Bytes

Postman.md

File metadata and controls

6 lines (5 loc) · 195 Bytes

#POST, PUT method

  • Set the header "Content-Type" : "application/json"
  • Use RAW in Body section to send JSON data

Tip: pressing CMD/CTRL + B can beautify the XML/JSON content automatically.