ModuleNotFoundError: Module not found: Error: Can't resolve 'next/server'
Solution 1:
Middleware as a concept was introduced with NextJS 12 - See here - https://nextjs.org/blog/next-12#introducing-middleware
For your usecase, see here and follow the api routes example.