Authorization: Bearer ********************
{
"roleId": 0,
"menuIds": [
0
]
}
curl --location --request POST 'http://localhost:3000/role/setMenus' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleId": 0,
"menuIds": [
0
]
}'
{}