{
"product_ids":[677,676],
"store_id":3
}curl --location '/store/product/batchCopyProduct' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data '{
"product_ids":[677,676],
"store_id":3
}'{"status":200,"message":"复制成功"}