System Overview - API gateway concept
An API Gateway acts as a single entry point for clients to access multiple backend services. It handles requests by routing them to the appropriate service, managing security, and sometimes aggregating responses. This simplifies client interactions and improves system scalability and security.