curl --location --request POST 'http://127.0.0.1/admin/v1/menu/update-all-menu-permissions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"code": 0,
"msg": "OK",
"data": null,
"cost": "7.461833ms",
"request_id": "9db591b2-6feb-4c4e-bae1-8c27596e40ba"
}