Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
crufter
2021-11-16 15:09:36 +00:00
parent ee2ebd7ca2
commit dcdbccd54f
5 changed files with 43 additions and 2 deletions

View 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"
}'