MP-329/Added frontend integration for backend /roles POST endpoint, where roles can be created with their permissions and users attached to them
Added "Create role" functionality in the frontend where the fields:
- Role name, description, isActive
- Permissions assigned to the role
- Users assigned to the role
are all sent to api "/api/user-management/roles" (POST) to create the role