Authorization: Bearer ********************
curl --location --globoff '/v1/images/generations' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "model": "flux-pro-1.1", "prompt": "ein fantastisches bild", "size": "1024x768" }'
{}