public IActionResult CreateNotes(AddNotesRequestModel model) { return(Ok(note.CreateNotes(model))); }