in example/nextjs/pages/api/hello.js [3:5]
export default function handler(req, res) { res.status(200).json({ name: 'John Doe' }) }