{
"id": 0,
"changeDesc": "string",
"typeBalance": 0,
"balance": 0,
"typeFrozenBalance": 0,
"frozenBalance": 0,
"typePoints": 0,
"points": 0,
"typeGrowthPoints": 0,
"growthPoints": 0
}
curl --location --request POST '/adminapi/user/user/fundManagement' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"changeDesc": "string",
"typeBalance": 0,
"balance": 0,
"typeFrozenBalance": 0,
"frozenBalance": 0,
"typePoints": 0,
"points": 0,
"typeGrowthPoints": 0,
"growthPoints": 0
}'