curl --location 'https://n.lconai.com/v1/images/generations' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data '{
"model": "doubao-seedream-4-0-250828",
"prompt": "一只可爱的小海獭",
"n": 2,
"type": "normal",
"size": "1024x1024"
}'