curl --request POST \
--url https://llm.ai-nebula.com/nebula/v4/api/smartWatermarkRemovalSubmit \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"batchImageGenerationDTO.model": "<string>",
"batchImageGenerationDTO.prompt": "<string>",
"batchImageGenerationDTO.n": 123,
"batchImageGenerationDTO.size": "<string>",
"batchImageGenerationDTO.temperature": 123,
"batchImageGenerationDTO.watermark": true,
"batchImageGenerationDTO.image": "<string>",
"batchImageGenerationDTO.promptOptions": {},
"batchImageGenerationDTO.optimizePrompt": "<string>",
"batchImageGenerationDTO.quality": "<string>",
"batchImageGenerationDTO.responseFormat": "<string>",
"batchImageGenerationDTO.score": 123,
"batchImageGenerationDTO.sequentialImageGeneration": "<string>",
"batchImageGenerationDTO.sequentialImageGenerationOptions": {}
}
'