Simulate a specific CURL in PostMan

A simpler approach would be:

  1. Open POSTMAN
  2. Click on “import” tab on the upper left side.
  3. Select the Raw Text option and paste your cURL command.
  4. Hit import and you will have the command in your Postman builder!
  5. Click Send to post the command

Leave a Comment