Intent
The user makes a single call to the aggregator service, and the aggregator then calls each relevant microservice.
Explanation
Real world example
Our web marketplace needs information about products and their current inventory. It makes a call to an aggregator service which in turn calls the product information microservice and product inventory microservice returning the combined information.