pub async fn comment_create(
    client: &ApiClient,
    thread_id: Base64Uuid,
    payload: NewComment
) -> Result<Comment>
Expand description

Creates a comment in a discussion thread by ID