package model type CreateUserSMSRequest struct { Name string `json:"name"` Phone string `json:"phone"` Email string `json:"email"` Supplier string `json:"supplier"` }