Either body (preferred) or content (renderer parity with tasks) is required. Empty parentCommentId/blockId strings are treated as null.
body
content
parentCommentId
blockId
null
@type t() :: %Spatio.Model.CreateCommentRequest{ blockId: String.t() | nil, body: String.t() | nil, content: String.t() | nil, parentCommentId: String.t() | nil }