1package api 2 3type Draw struct { 4 Model string `json:"model"` 5 Prompt string `json:"prompt"` 6} 7 8