public void AddOrUpdateNote([FromBody] NoteDto noteForEdit) { _noteService.AddOrUpdate(noteForEdit); }