{
"prompt": "string",
"model": "string",
"n": 1,
"quality": "string",
"response_format": "url",
"size": "string",
"style": "string",
"user": "string",
"source": "ai_image",
"property1": "string",
"property2": "string"
}curl --location '/api/ai/images/generations' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "string",
"model": "string",
"n": 1,
"quality": "string",
"response_format": "url",
"size": "string",
"style": "string",
"user": "string",
"source": "ai_image",
"property1": "string",
"property2": "string"
}'{
"code": 0,
"message": "string",
"requestId": "string"
}