public async void EditPost(string req1Content) { PostModel postModel = JsonSerializer.Deserialize <PostModel>(req1Content); await _postRepo.EditPost(postModel); }