{
"levelOne": "3",
"levelThree": "1",
"levelTwo": "2",
"maxPoint": 999999,
"minPoint": 0,
"name": "钻石",
"remark": "一级佣金"
}
curl --location --request POST '/distributor/level' \
--header 'Content-Type: application/json' \
--data-raw '{
"levelOne": "3",
"levelThree": "1",
"levelTwo": "2",
"maxPoint": 999999,
"minPoint": 0,
"name": "钻石",
"remark": "一级佣金"
}'
{}