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