// api/example.js module.exports = (ctx) => { ctx.body = { message: 'Example POST API', data: ctx.request.body }; };