{
"userid": "2301",
"mobile": "string",
"platformType": 1,
"accountid": "6597",
"nickname": "张三",
"point": 0,
"platformTypeName": "张三",
"requestType": 2
}
curl --location --request POST '/admin-api/charging/user-pointing/create' \
--header 'Authorization: {{token}}' \
--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": "string",
"msg": "string"
}