package domain type CommentCreateRequest struct { Body string `json:"body"` }