I am in the process of integrating Plaid Link for user authentication within my Next.js 13 App Router project. However, I've run into a hurdle when attempting to adapt the API route handling from the provided Next.js example to Next.js 13. Specifically, I am encountering "405 Method Not Allowed" errors.
I would greatly appreciate it if someone could provide a brief example demonstrating the correct way to implement this using the Next.js 13 app router. Thanks.