package model type CreateUserSMSResponse struct { ID string `json:"_id"` } type GetListPermissionResponse struct { Permission []string `json:"permission"` }