I have this line of code
var response = new HttpClient().PostAsJsonAsync(posturi, model).Result;
The Called WebAPI controller returns a bo
If you call the generic version, it should give you back the bool:
At least according to the docs.