how to get curl on postman code example

Example 1: can i send curl request inside postman

inside postman on right side panel there last second option is of code where you
can see the curl request for the postman request sent

Example 2: 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.