Authorization: Bearer ********************curl --location 'https://api.qnaigc.com/queue/openai/gpt-image-2/edit?fal_webhook=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "add a wizard hat on the red panda",
"image_urls": [
"https://example.com/input.png"
],
"image_size": "auto",
"quality": "high",
"num_images": 1,
"output_format": "png"
}'{
"status": "IN_QUEUE",
"request_id": "qimage-root-1782371332833360000",
"response_url": "https://api.qnaigc.com/queue/openai/gpt-image-2/requests/qimage-root-1782371332833360000",
"status_url": "https://api.qnaigc.com/queue/openai/gpt-image-2/requests/qimage-root-1782371332833360000/status",
"cancel_url": "",
"queue_position": 0,
"logs": null
}