feat: get event by access code
This MR introduces the GET /events/by_access_code/{access_code} endpoint to retrieve an event by its access code registered in the system. The implementation includes the creation of the get_event_by_access_code method in the corresponding service, the route, and the controller logic to return the list of events.
What was done
[