Answers for "curl post request verbose"

PHP
18

curl post json

curl -X POST -H "Content-Type: application/json" \
 -d '{"username":"abc","password":"abc"}' \
 https://api.example.com/v2/login
Posted by: Guest on July-03-2020
2

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
Posted by: Guest on February-09-2021

Browse Popular Code Answers by Language