curl --location --request POST 'https://saas-open.vhall.com/v3/goods/good/batch-delete' \
--header 'platform;' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "75844ad7a2a5f2b421c04a125b197996",
"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"
}