{
"id": 0,
"productId": 0,
"exchangeIntegral": 0,
"pointsDeductedAmount": 0,
"isHot": 0,
"isEnabled": 0,
"skuId": 0
}
curl --location --request POST '/adminapi/promotion/pointsExchange/update' \
--header 'X-Shop-Id: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"productId": 0,
"exchangeIntegral": 0,
"pointsDeductedAmount": 0,
"isHot": 0,
"isEnabled": 0,
"skuId": 0
}'