The "GET Request API Call" section has an error!The line that reads: $headers = @{Authorization = 'Basic ' + [Convert]::ToBase64String([Text.Encoding]::ASCII.GetBytes("${user}@${account}:${password"}))} Needs to be changed to: $headers = @{Authorizat...