{
"id": 0,
"leader_id": 0,
"adjust_type": 0
}
curl --location --request POST '/adminapi/user.user/adjustLeader' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"leader_id": 0,
"adjust_type": 0
}'
{"code":1,"show":1,"msg":"操作成功","data":[]}