I have the following 2 endpoints: Localhost:5001/api/packages?storeid={id} Localhost:5002/api/stores/{id}
How can I aggregate them using Ocelot API Gateway?
i