Authorization: Bearer ********************curl --location '/admin-api/member/config/get' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"pointTradeDeductEnable": true,
"pointTradeDeductUnitPrice": 13506,
"pointTradeDeductMaxPrice": 32428,
"pointTradeGivePoint": 100,
"id": 1024
},
"msg": "string"
}