pub async fn create_draft(
configuration: &Configuration,
workspace: &str,
create_draft_request: CreateDraftRequest,
) -> Result<String, Error<CreateDraftError>>
pub async fn create_draft(
configuration: &Configuration,
workspace: &str,
create_draft_request: CreateDraftRequest,
) -> Result<String, Error<CreateDraftError>>