router.post(\'/\',[ check(\'name\', \'Name is required\').not().isEmpty(), check(\'username\', \'Username is required\').not().isEmpty()