need help converting script to user bearer token. script
below:#!/bin/bash ## API
informationapiURL="https://jamfcloud.com:8443"apiUser=“test”apiPass=“test”1234
## Get a list of all sites and their IDsallSiteData=$(curl -H "Accept:
text/xml" -sfku "$...