Feature/list audit events
Added endpoint for listing/filtering audit events. The events can be filtered based on their ID, timestamp, action, type, user email or company name. Also added verification for admin permission to use the endpoint. If no filter params are sent, it returns all entitys stored (based on the pageable object) in ascending ID order.