curl --location --request POST 'https://api.modellink.ai/task.v1.TaskService/CreateImageEditTask' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"image": "string",
"type": 0,
"light_and_weather": {
"light_id": "string",
"weather_id": "string"
},
"clothing": {
"hair_id": "string",
"upper_clothing_id": "string",
"lower_clothing_id": "string",
"shoes_id": "string",
"accessory": {
"necklace_id": "string",
"ring_id": "string",
"earring_id": "string"
}
},
"style": {
"id": "string"
},
"super_resolution": {
"scale": 0
},
"creative_variants": {
"id": "string"
}
}'