Skip to content

Instantly share code, notes, and snippets.

@TimFletcher
Created June 13, 2014 15:59
Show Gist options
  • Save TimFletcher/c57519db743ba426b9a3 to your computer and use it in GitHub Desktop.
Save TimFletcher/c57519db743ba426b9a3 to your computer and use it in GitHub Desktop.
curl -H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-X POST http://localhost:3000/users \
-d '{"user":{"email":"[email protected]", "password": "123456", "name": "Example User"}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment