Authorization: Bearer ********************
{
"user_prompt": "robot fighting",
"aspect_ratio": "16:9",
"expand_prompt": true,
"image_url": ""
}
curl --location --request POST 'https://api.mjdjourney.cn/luma/v1/generations' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_prompt": "robot fighting",
"aspect_ratio": "16:9",
"expand_prompt": true,
"image_url": ""
}'
{}