{
"app_key": "{{app_key}}",
"signed_at": "{{signed_at}}",
"sign_type": "{{sign_type}}",
"sign": "{{sign}}",
"goods_ids": [7951,7950]
}curl --location --request POST 'https://saas-open.vhall.com/v3/goods/good/batch-delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "",
"signed_at": "{% mock 'timestamp' , 's' %}",
"sign_type": "0",
"sign": "{{sign}}",
"goods_ids": [7951,7950]
}'{
"code": 200,
"msg": "success",
"data": null,
"trace_id": "71ee6566-e51e-4280-8f05-64dcc757c6dd"
}