package model type CreateOwnerResponse struct { ID string `json:"_id"` } type CreateStaffResponse struct { ID string `json:"_id"` } type ResetPasswordResponse struct { Password string `json:"password"` }