package dto type PublishRequest struct { Content string `json:"content"` }