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