static async METHOD_NAME(req, res, next) {
    return res.send('METHOD_NAME');
}