Authorization: Bearer ********************
curl --location --request POST '/rpc-api/member/point/add?userId=1024&point=100&bizType=1&bizId=1' \ --header 'Authorization: Bearer <token>'
{ "code": 0, "data": true, "msg": "string" }