pub fn create_jwt_token( user_id: &str, email: &str, role: &str, config: &AdminxConfig, ) -> Result<String>