Created
August 9, 2013 22:25
-
-
Save abhishek0/6197815 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"user" : { | |
"first_name": "John", | |
"last_name": "Doe", | |
"email": "[email protected]", | |
"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