hi! hw can I restrict access to my Vercel APIs so that they only respond to requests from my own domain?
Currently, my APIs are publicly available, and I want to ensure they only respond when the requests originate from my domain. What is the best way to configure this restriction within Vercel?
next 14.2, App router, Vercel Pro