{
"prompt": "A colorful sunset over the mountains",
"n": 1,
"style": "realistic_image",
"model": "recraft-ai/recraft-v3",
"size": "1024x1024"
}curl --location 'https://zgc.apihy.com/v1/images/generations' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "A colorful sunset over the mountains",
"n": 1,
"style": "realistic_image",
"model": "recraft-ai/recraft-v3",
"size": "1024x1024"
}'{}