删除 users-api 的 forgot-password 空壳路由,email-api 的 forgotPasswordLogic 复用 sendVerificationCode 实现。shop 的 UpdateTemplateReq.Sections 从 interface{} 改为 string 以兼容 go-zero 反序列化。ResetPasswordReq.Phone 加 optional tag。