$client = GoHighLevel::client($access_token,'2021-07-28')->triggerLinks();
$response = $client->update($linkId, [
//parameters
]);
$response = $client->get($locationId);
$response = $client->create([
//parameters
]);