package dto type APIError struct { Error string `json:"error"` }