The answer comes to me like this json:
{"error":"Error ID","code":"invalid_id"}
I need to find out if there is an "error"/"errors" in the json response to throw an exception on an error. How to do it most optimally with the help of Newtonsoft.Json?