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