public Task UpdateOrCreateDashboard(
DashboardDto dashboard,
UserSessionData createdBy,
CancellationToken cancellationToken = default
)| UnauthorizedAccessException | Thrown if the user createdBy did not have the correct permissions |
| ArgumentNullException | Thrown if dashboard or createdBy are |
| ResourceInvalidStateException | Thrown if dashboard is in an invalid state. |