{
"app_key": "{{app_key}}",
"sign_type": "{{sign_type}}",
"signed_at": "{{signed_at}}",
"sign": "{{sign}}",
"goods_id": 7954
}curl --location --request POST 'https://saas-open.vhall.com/v3/goods/good/clone' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "",
"sign_type": "0",
"signed_at": "{% mock 'timestamp' , 's' %}",
"sign": "{{sign}}",
"goods_id": 7954
}'{
"code": 200,
"msg": "success",
"data": {
"goods_id": 7956
},
"trace_id": "28cf6a3f-8849-4013-a36c-345597e9d0e9"
}