I have an async fetch call which calls my backend to create a customer with an email address. If successful, the JSON returned is sent to a doNex
async
fetch
doNex
You should be able to get the content using response.json() in the catch handler.