curl --location --request PATCH '/api/v1/system-manage/roles//menus' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleHome": "string",
"menuIds": [
0
],
"apiIds": [
0
],
"buttonIds": [
0
]
}'