Function get_dashboard

async fn get_dashboard(
    __arg0: State<SharedState>,
) -> Result<Json<DashboardResponse>, ErrorResponse>