pub async fn create_note_comment(
configuration: &Configuration,
id: &str,
create_comment_request: CreateCommentRequest,
account_id: Option<&str>,
x_workspace_id: Option<&str>,
) -> Result<CommentMutationResponse, Error<CreateNoteCommentError>>