Authorization: Bearer ********************curl --location 'https://api.qnaigc.com/queue/google/nano-banana-lite/edit?fal_webhook=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "string",
"aspect_ratio": "auto",
"num_images": 1,
"output_format": "png",
"image_urls": [
"http://example.com"
],
"thinking_level": "minimal",
"seed": 0,
"safety_tolerance": "4",
"system_prompt": "string",
"limit_generations": true,
"sync_mode": false,
"callback_url": "http://example.com"
}'{
"status": "IN_QUEUE",
"request_id": "qimage-root-1782459527782010000",
"response_url": "http://example.com",
"status_url": "http://example.com",
"cancel_url": "string",
"queue_position": 0,
"logs": [
{}
]
}