Skip to content

Instantly share code, notes, and snippets.

@ozgurrgul
Created October 24, 2017 07:05
Show Gist options
  • Save ozgurrgul/8fb6e80f2903ad2df2b58f71cae16356 to your computer and use it in GitHub Desktop.
Save ozgurrgul/8fb6e80f2903ad2df2b58f71cae16356 to your computer and use it in GitHub Desktop.
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