package structs type MachinesBody struct { Location int WhitelistParts []int BlacklistParts []int } /* type MachinesResponse struct { Machines []Machine } type Machine struct { PartName string PartThumbnail string Notes MachineNotes } type MachineNotes struct { DisplayName string `json:"displayName"` Ip string `json:"ip"` } */