I want to perform an HTTP request from server-side code in a Google App Script with an Authorization header. Is there an App Script API for sending HTTP requests?>
Authorization
you need to use UrlFetchApp. see the official docs
UrlFetchApp