namespace NetinaShop.AdminPanel.PWA.Services.RestServices; public interface IDashboardApiRest { [Get("/home")] public Task GetHomeDashboardAsync([Header("Authorization")] string authorization); }