{
"pointTradeDeductEnable": true,
"pointTradeDeductUnitPrice": 13506,
"pointTradeDeductMaxPrice": 32428,
"pointTradeGivePoint": 100
}curl --location --request PUT '/admin-api/member/config/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"pointTradeDeductEnable": true,
"pointTradeDeductUnitPrice": 13506,
"pointTradeDeductMaxPrice": 32428,
"pointTradeGivePoint": 100
}'{
"code": 0,
"data": true,
"msg": "string"
}