Postman

Notes

Request Setup

  • My Workspace > New > HTTP Request.
  • Input Request Name and Description.
  • Save to existing collection or add new collection for saving the request to.
  • In the newly created request, specify the type of request, such as GET, POST, etc. from the drop-down menu.
  • Input the URL into the Enter Request URL field.
    • This includes localhost or web address, including the specified path for the @app.route().
  • Select the Body tab and select raw and JSON (from the drop-down menu).
  • As applicable, include relevant Headers, such as:
    • Key: Content-Type
    • Value: application/json
  • Click Send to relay request.