like the title says, I want to extend the VC platform API endpoints with the built in API Authentication (via the API key).
I followed the tutorial to create a managed module, and I can successfully make the API calls. However, it doesn't include any authentication. I am wondering how would I accomplish this?
Another question is that in order to have the VC Storefront to use my custom API endpoints, I would have to generate the module API using the AutoRest on the VC Storefront project, correct?
Thnak you all in advance!