export default async function (request: any, next: any) {
  // Add your middleware logic here
  return next();
}