VSN-2434/ feat(trip): Add endpoints to fetch trip IDs and absence periods by passenger
This mr adds the following endpoints to synchronize the passenger trip list with absence data :
-
GET /api/circuit/trip/by-passenger/{passengerUuid}— returns all trip circuit IDs assigned to a passenger -
GET /api/circuit/trip/by-passenger/{passengerUuid}/absence-periods— returns absence periods for a passenger within an optional date range (?from=&to=)