{
"prompt": "string",
"size": "string"
}
curl --location --request POST 'https://platform.shopranos.eu/api/ImageGeneration' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "string",
"size": "string"
}'
{
"created": 0,
"data": [
{
"url": "string"
}
]
}