Created
August 27, 2012 15:27
-
-
Save lukelex/3489501 to your computer and use it in GitHub Desktop.
Json Post with curl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -v -H "Accept: application/json" -H "Content-type: application/json" -X POST -d ' {"email":"email@email.com"}' http://0.0.0.0:3000/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment