Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
asim
2021-11-17 20:14:58 +00:00
parent cfc3372416
commit 12c2e21b1d
8 changed files with 9 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ func ResetPassword() {
rsp, err := userService.ResetPassword(&user.ResetPasswordRequest{
Code: "some-code-from-email",
ConfirmPassword: "newpass123",
Email: "joe@example.com",
NewPassword: "newpass123",
})
fmt.Println(rsp, err)