shell bypass 403
<?php
namespace MacsiDigital\Zoom;
use MacsiDigital\Zoom\Support\Model;
class Absentees extends Model
{
protected $endPoint = '/past_webinars/{webinar:uuid}/absentees';
protected $allowedMethods = ['get'];
protected $apiMultipleDataField = 'absentees';
}