{ "product_id": 417 }
curl --location '/adminapi/product/product/copy' \ --header 'Content-Type: application/json' \ --data '{ "product_id": 417 }'
{ "code": 0, "msg": "ok", "data": { "errcode": 0, "message": "商品复制成功" } }