curl --location --request POST 'http://127.0.0.1/admin/v1/admin-user/delete' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 10000
}'{
"code": 0,
"msg": "OK",
"data": null,
"cost": "150.712167ms",
"request_id": "2d21419c-3986-414b-8f12-1d4d59b3e92e"
}