curl --location --request POST 'https://api.302.ai/topview/v2/product_avatar/task/image2Video/submit' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"replaceProductTaskImageId": "7e66ece3b4384e929fff91da2918e2d6",
"mode": "pro",
"scriptMode": "text",
"ttsText": "test product avatar",
"voiceId": "zeeTdrCqbhpVKOucLtOKdhytM7rbJx5t",
"captionId": "3cfcb29df99746d4b438e169dda47647"
}'{
"code": "200",
"message": "Success",
"result": {
"taskId": "4202c9e3ade344ffb8d991e5a2595f56",
"status": "success",
"errorMsg": null,
"subTaskId": "4202c9e3ade344ffb8d991e5a2595f56"
}
}