nipunsadvilkar
6/29/2017 - 9:07 AM

curl_json_post_file

curl_json_post_file

curl -vX POST http://server/api/v1/places.json -d @testplace.json \
--header "Content-Type: application/json"

curl -vX REQUEST url -d @filepath -H "Content-Type:application/json"