You are deploying an API for an e-commerce application with the following endpoints: /products : Displays product listings. /cart : Manages shopping cart operations. /checkout : Handles payment processing. The API must be accessible via a single consolidated domain, with the ability to independently scale each endpoint. What should you do?