curl --request POST \
--url https://aireiter.com/api/openapi/submit \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "seedream_v5_lite",
"params": {
"prompt": "窓辺に座る一匹のオレンジ猫、窓の外は東京の夜景、サイバーパンクスタイル",
"aspect_ratio": "16:9",
"resolution": "3K",
"web_search": false
},
"out_task_id": "my_task_123456"
}'