Advantages:
Reduced network calls & latency
Aggregator acts like a facade & hides the backend complexity.
Spring WebFlux & Spring WebClient would be a perfect choice here to build this aggregator service for making these calls in a non-blocking way to utilize the system resources efficiently.