pub async fn create_folder(
configuration: &Configuration,
workspace: &str,
create_folder_request: CreateFolderRequest,
) -> Result<String, Error<CreateFolderError>>
pub async fn create_folder(
configuration: &Configuration,
workspace: &str,
create_folder_request: CreateFolderRequest,
) -> Result<String, Error<CreateFolderError>>