Skip to content

Instantly share code, notes, and snippets.

@lukelex
Created August 27, 2012 15:27
Show Gist options
  • Save lukelex/3489501 to your computer and use it in GitHub Desktop.
Save lukelex/3489501 to your computer and use it in GitHub Desktop.
Json Post with curl
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