{
"id": 734,
"target_cat_id": 736
}
curl --location --request POST '/adminapi/product/category/move_cat' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 734,
"target_cat_id": 736
}'
{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "商品转移成功!"
}
}