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