Skip to content

Instantly share code, notes, and snippets.

@DomiR
Created September 1, 2013 11:52
Show Gist options
  • Select an option

  • Save DomiR/6403972 to your computer and use it in GitHub Desktop.

Select an option

Save DomiR/6403972 to your computer and use it in GitHub Desktop.
curl -v -H "Accept: application/json" -H "Content-type: application/json" -X POST -d ' {"user":{"first_name":"firstname","last_name":"lastname","email":"email@email.com","password":"app123","password_confirmation":"app123"}}' http://localhost:3000/api/1/users
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment