{
"idList": [
"string"
]
}curl --location --request POST '/api/admin/merchant/product/batch/delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"idList": [
"string"
]
}'{
"code": 0,
"msg": "",
"data": ""
}