package requests type PutPostRequest struct { Title string `json:"title"` Description string `json:"description"` Content string `json:"content"` }