view roles (route middleware) + Policy assignUserscurl --location 'https://api-dev.commandroom.ai/api/api/roles/1/assign-users' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: ' \
--header 'Content-Type: application/json' \
--data '{
"user_ids": [
1
]
}'{
"message": "Success.",
"assigned_count": 10,
"failed_count": 10,
"results": {
"success": [
1
],
"failed": [
1
]
}
}