handle(); } #[RequestMapping(path: "refresh", methods: "POST")] public function refresh(): array { return (new RefreshService)->handle(); } }