feat(subscribe): add endpoint to reset all subscribe tokens

This commit is contained in:
Chang lue Tsen
2025-11-18 08:37:57 -05:00
parent c8b3683cf2
commit 8a4cfcbdb3
5 changed files with 93 additions and 0 deletions
+4
View File
@@ -1772,6 +1772,10 @@ type RenewalOrderResponse struct {
OrderNo string `json:"order_no"`
}
type ResetAllSubscribeTokenResponse struct {
Success bool `json:"success"`
}
type ResetPasswordRequest struct {
Identifier string `json:"identifier"`
Email string `json:"email" validate:"required"`