curl --location --request POST '/ai/images/generate' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "string",
"style": "string",
"originalImageUrl": "http://example.com"
}'{
"generationId": "string",
"status": "processing"
}