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"
}'