'use strict'; const getMembers = ctx => { const { groupId } = ctx.request.body; return [{ participant: 'test' }]; }; module.exports = { getMembers, };