curl --location --request POST 'https://api.deerapi.com/flux/v1/flux-dev' \
--header 'Authorization: {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "ein fantastisches bild"
}'
{
"id": "…",
"polling_url": "…"
}