package model type APIResponse struct { Data any `json:"data"` Error string `json:"error"` }