public async Task <IActionResult> UpdateFolders(int id, [FromForm] EditNoteDto editNoteDto) => Ok(await _notesService.EditNotes(id, editNoteDto));