mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 11:15:12 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
8
examples/user/resetPassword/curl/resetPassword.sh
Executable file
8
examples/user/resetPassword/curl/resetPassword.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
curl "http://localhost:8080/user/ResetPassword" \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: Bearer $MICRO_API_TOKEN" \
|
||||
-d '{
|
||||
"code": "some-code-from-email",
|
||||
"confirmPassword": "newpass123",
|
||||
"newPassword": "newpass123"
|
||||
}'
|
||||
Reference in New Issue
Block a user