How do you POST a JSON file with curl?? You can post a json file with curl like so: curl -X POST -H "Content-Type: application/json" -d @FILENAME DESTINATION so for example: