curl --location --request POST 'https://api.uniapi.io/images/generations' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "seedream-3.0",
"prompt": "可爱的熊猫",
"n": 1,
"size": "1024x1024"
}'
{
"created": 1749404985,
"data": [
{
"url": "xxxx"
}
]
}