Authorization: Bearer ********************{
"menuIds": [
0
]
}curl --location --request PUT '/api/role//permissions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"menuIds": [
0
]
}'