Authorization: Bearer ********************
{
"roleId": 2,
"menus":[
{
"menuId":2
},
{
"menuId":5
}
]
}
curl --location --request POST 'https://service-dash.dlabssaas.io/rest/admin/secured/role/role-menu/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleId": 2,
"menus":[
{
"menuId":2
},
{
"menuId":5
}
]
}'
{}