We should standardise how the APIs are called from each function. Some use a wrapper function ```powershell $Datamarts = Invoke-FabricAPIRequest ` -BaseURI $apiEndpointURI ` -Headers $FabricConfig.FabricHeaders ` -Method Get ``` Some just call Invoke-RestMethod directly