{
"userid": "2301",
"mobile": "string",
"platformType": 1,
"accountid": "6597",
"nickname": "张三",
"point": 0,
"platformTypeName": "张三",
"requestType": 2
}
curl --location --request PUT '/admin-api/charging/user-pointing/update' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"userid": "2301",
"mobile": "string",
"platformType": 1,
"accountid": "6597",
"nickname": "张三",
"point": 0,
"platformTypeName": "张三",
"requestType": 2
}'
{
"code": 0,
"data": true,
"msg": "string"
}