curl --location --request POST 'https://api.302.ai/topview/v1/common_task/remove_background/submit' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"productImageFileId":"dff804f385b84d4fb9c1b51c70f3755f"
}'{
"code": "200",
"message": "Success",
"result": {
"taskId": "4274b375c30844c8bd0b1e4b6e44fb5f",
"status": "success",
"errorMsg": null
}
}