Skip to content

Instantly share code, notes, and snippets.

@abhishek0
Created August 9, 2013 22:25
Show Gist options
  • Save abhishek0/6197815 to your computer and use it in GitHub Desktop.
Save abhishek0/6197815 to your computer and use it in GitHub Desktop.
{
"user" : {
"first_name": "John",
"last_name": "Doe",
"email": "a@a.com",
"mobile": "9876545678",
"locality": "Goregaon",
"city": "Mumbai",
"user_type": "advisor",
}
}
Request is ->
curl http://localhost:3000/users -H 'Authorization: Token token="6e4604e30b2152753a418d72a2c8452b"' -d @user.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment