package wordpress type CreateImage struct { Date string `json:"date"` Title string `json:"title"` } type CreateImageResponse struct { }