Hey, I'm struggling to understand how apiDomain and apiBasePath are used. I have multiple microservices which have their own api endpoints.
eg. domain.com/api/microservice-rest-1, domain.com/api/microservice-rest-2
When I follow nodejs (express) tutorial for backend, I see that I have to provide appInfo in my express project. I have one express project for each microservice. What should I use as appInfo in my microservice1 and microservice2?