package models type AddThingImageRequest struct { ThingID uint64 Image string }