next.js에서 POST 요청 데이터 처리하기 (풀스택)
const example = req.body.example;
const { example } = await req.json();
express.js를 하다가 처음 next.js를 시작할 때 헷갈렸던 부분