pub async fn demos_create(
configuration: &Configuration,
email: &str,
submission: PathBuf,
) -> Result<DemoSubmission, Error<DemosCreateError>>
pub async fn demos_create(
configuration: &Configuration,
email: &str,
submission: PathBuf,
) -> Result<DemoSubmission, Error<DemosCreateError>>