if (!body.participants && body.students) {
            participants.students = body.students;
            delete body.students;
        }