Skip to content

Instantly share code, notes, and snippets.

@kachok
Created January 23, 2015 19:46
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 kachok/0f1c2899058600405a56 to your computer and use it in GitHub Desktop.
Save kachok/0f1c2899058600405a56 to your computer and use it in GitHub Desktop.
DRE registration
curl -H "Content-Type: application/json" -d '{ "username": "test9",
"password": "testtest",
"email": "test5@sad.com",
"firstName": "test",
"lastName": "five",
"dob": "1980-01-01",
"gender": "Female" }' http://localhost:3000/api/v1/register
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment