profile keyword manual update and recommended tenders

This commit is contained in:
m.nazemi
2026-04-22 18:39:40 +03:30
parent 3aabd95b1c
commit 870f6758e0
5 changed files with 169 additions and 60 deletions
+5
View File
@@ -181,6 +181,11 @@ type ResetPasswordForm struct {
NewPassword string `json:"new_password" valid:"required,length(5|128)" example:"NewPass!123"`
}
// UpdateProfileKeywordsForm represents the form for updating profile keywords
type UpdateProfileKeywordsForm struct {
Keywords []string `json:"keywords" valid:"required"`
}
// RequestResetPasswordResponse represents the response for password reset request
type RequestResetPasswordResponse struct {
Message string `json:"message" example:"Password reset code sent to your email"`