This is a dedicated watch page for a single video.
You are developing an API for a movie rental service. The API must expose the following URL paths: https://yourcompany.com/movies https://yourcompany.com/customers https://yourcompany.com/rentals Each path must call a specific function in your application. Additionally, you need to ensure centralized routing for incoming traffic. How should you deploy this API?