Authorization: Bearer ********************{
"size": "1024x1536",
"prompt": "一只可爱的小猪",
"model": "jimeng-4.0",
"n": 1
}curl --location --request POST '/v1/images/generations' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"size": "1024x1536",
"prompt": "一只可爱的小猪",
"model": "jimeng-4.0",
"n": 1
}'{}