Authorization: Bearer ********************{
"size": "1536x1024",
"prompt": "一直可爱的小猪",
"model": "flux-pro-1.1-ultra",
"n": 1
}curl --location 'https://api.lngai.cn/v1/images/generations' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"size": "1536x1024",
"prompt": "一直可爱的小猪",
"model": "flux-pro-1.1-ultra",
"n": 1
}'{}