package responses type ResponseOK struct { Message string `json:"message" example:"OK"` Info any `json:"info,omitempty"` }