curl --location '/openapi/v1/tasks/i2i' \
--header 'X-Idempotency-Key;' \
--header 'x-api-key: {{api_key}}' \
--header 'Content-Type: application/json' \
--data '{
"input": {
"imageUrl": "https://example.com/input.png",
"ratio": "origin",
"outputCount": 2,
"intensityLevel": 2
},
"callback_url": "https://client.example.com/pod/callback",
"metadata": {
"external_order_id": "order-20260601-0001"
}
}'