curl --location --request GET '/plugin/shop/point?merchantId=5' \ --header 'Authorization: Bearer {{token}}'
{ "code": 200, "data": { "name": "点券", "rate": 100 }, "msg": "成功" }