example.vue and we want to load data from the server when the client navigates to the page for the first time. All fetching processes should be on the server side, and the private API should not be visible to the clients.server/api/get-data-from-external-api.ts because anyone can hit this endpoint.