[HubSpot]会社データ登録
function myFunction() {
var company = {'xxx': {'xxx': 'xxx',}}; const endpoint = xxx`;const options = {
'method': 'post','xxx' : {
'Content-Type' : 'application/json',
'Authorization': xxx
},'xxx' : xxx
};const response = UrlFetchApp.xxx(xxx, options);
}