curl post json code example
Example 1: curl post json
curl -X POST -H "Content-Type: application/json" \
-d '{"username":"abc","password":"abc"}' \
https:
Example 2: curl post request
curl -d "user=user1&pass=abcd" -X POST https:
Example 3: curl post json
curl -d '{"key1":"value1", "key2":"value2"}' -H "Content-Type: application/json" -X POST http:
Example 4: curl post json object command
curl -H "Accept: application/json" -H "Content-type: application/json" -X POST -d '{"id":100}' http:
Example 5: curl post
curl --data '' https:
curl -X POST https:
curl --request POST https:
Example 6: curl https post
curl -d "" https:
curl -H "Content-Type: application/json" --data "@C:\Users\xxx\Desktop\body.json" https: