fetch
GET
jsconst response = UrlFetchApp.fetch('https://...', { method: ..., headers: ..., payload: ..., });
JSON.parse(response.getContentText())
response
muteHttpExceptions
true