Authorization: Bearer ********************
curl --location --globoff '/luma/generations//extend' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "user_prompt": "cat dance", "aspect_ratio": "16:9", "expand_prompt": true }'
{}