Skip to content

Instantly share code, notes, and snippets.

@abernier
Last active December 19, 2015 19:48
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 abernier/6008348 to your computer and use it in GitHub Desktop.
Save abernier/6008348 to your computer and use it in GitHub Desktop.
cURL tips
curl -XPOST http://localhost:3000/signup \
-H"Accept: application/json" \
-H"Content-Type: application/json" \
-d @-
{
"email": "antoine.bernier@gmail.com",
"birthday": "16/05/1982"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment