Authorization: Bearer ********************curl --location 'https://api.emix.ai/api/v1/client/tasks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"filesUrl": [
"https://example.com/image.png"
],
"prompt": "A beautiful sunset over the mountains",
"size": "1:1",
"callBackUrl": "https://your-callback-url.com/callback",
"isEnhance": false,
"uploadCn": false,
"enableFallback": false,
"fallbackModel": "FLUX_MAX"
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "task12345"
}
}