package common type Response struct { Status string Code string `json:"omitempty"` Message string `json:"omitempty"` }