Skip to content

Instantly share code, notes, and snippets.

@claytantor
Created October 20, 2014 05:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save claytantor/e789334a76d48c2da504 to your computer and use it in GitHub Desktop.
Save claytantor/e789334a76d48c2da504 to your computer and use it in GitHub Desktop.
Command Line curl JSON
curl -H "Content-Type: application/json" -d '{"username":"xyz","password":"xyz"}' http://localhost:3000/api/login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment