package models type AddThingImageRequest struct { ThingID int Image string }