ImageCreationRequest

constructor(    prompt: String,     n: Int? = null,     size: ImageSize? = null,     user: String? = null,     responseFormat: ImageResponseFormat,     model: String? = null,     quality: Quality? = null,     style: Style? = null)