pub async fn create_image_edit(
configuration: &Configuration,
image: PathBuf,
prompt: &str,
mask: Option<PathBuf>,
n: Option<i32>,
size: Option<&str>,
response_format: Option<&str>,
user: Option<&str>,
) -> Result<ImagesResponse, Error<CreateImageEditError>>