package api type Response struct { Code int Body interface{} }