This is the Diagram for the request structure. No matter how many times I look at it… I come up with a missing closing Parenthesis!
In the last part of the diagram after sending the networkError message to the console log,
it shows this code snippet:
.then(jsonResponse => {
// Code to execute with jsonResponse
});
: