shell bypass 403
<?php
namespace MacsiDigital\Zoom;
use MacsiDigital\Zoom\Support\Model;
class Invitation extends Model
{
protected $endPoint = 'meetings/{meeting:id}/invitation';
protected $allowedMethods = ['get'];
protected $apiDataField = '';
protected $apiMultipleDataField = 'invitation';
}