curl --request POST \
--url https://api.ruxa.ai/api/v1/tasks/create \
--header 'Authorization: Bearer sk-xxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "背景变成像素风",
"size": "2:3",
"image": "https://example.com/your-image.png"
},
"model": "gpt-4o-image"
}'