{
"avatarId": "0e37824b158149feb738b5d67de29878",
"productImageFileId": "27e27a4833914f9dbcccfdb303084df1",
"imageEditPrompt": "easy replace",
"productSize": "2"
}
curl --location --request POST 'https://api.302.ai/topview/v1/product_avatar/task/image_replace/submit' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"avatarId": "0e37824b158149feb738b5d67de29878",
"productImageFileId": "27e27a4833914f9dbcccfdb303084df1",
"imageEditPrompt": "easy replace",
"productSize": "2"
}'
{
"code": "200",
"message": "Success",
"result": {
"taskId": "e3a3f7934f3644c3be4e044dc1c715b7",
"status": "success",
"errorMsg": null,
"subTaskId": "e3a3f7934f3644c3be4e044dc1c715b7"
}
}