Created
October 24, 2017 07:05
-
-
Save ozgurrgul/8fb6e80f2903ad2df2b58f71cae16356 to your computer and use it in GitHub Desktop.
This file contains 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
curl -X POST \ | |
http://localhost:5000/Account/Register \ | |
-H 'cache-control: no-cache' \ | |
-H 'content-type: application/json' \ | |
-d '{ | |
"Email": "[email protected]", | |
"Password": "SomeSecurePassword123!" | |
}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment