advice on URL structure: using route params vs query params for passing id to an external app
Suppose that there’s a website about some events people can book a seat for, and there’s a separate web app that handles the booking process. When the user decides to go about booking a seat (or several seats) for that event and clicks on a “Book now” button, they are navigated to the booking app and the id
for that event is passed in the URL.