curl --request POST \
--url https://qingbo.dev/v1/tasks \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-4o-image",
"prompt": "星空下的古老城堡,数字艺术风格",
"size": "1:1",
"n": 1,
"image_urls": [
"https://example.com/reference.png"
]
}'