I made a type for a data response and added a contructor
type DataResponse struct { status int message string data interface{} } func (d Data