{
"id": 1,
"action": 1,
"number": 1
}curl --location --request POST '/adminapi/user.user/adjustSpace' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"action": 1,
"number": 1
}'{
"code": 1,
"show": 1,
"msg": "操作成功",
"data": []
}