can postman run curl code example
Example: how to run curl command in postman
A simpler approach would be:
Open POSTMAN.
Click on "import" tab on the upper left side.
Select the Raw Text option and paste your cURL command.
Hit import and you will have the command in your Postman builder!
Click Send to post the command.