<?php

$provider = (require_once __DIR__ . '/../bootstrap/initWithFabric.php');
$fillRequestEntity = new \aslikeyou\OAuth2\Client\Provider\FillRequest($provider);
$e = $fillRequestEntity->create(20113290, ["access" => "full", "status" => "public", "email_required" => true, "name_required" => true, "custom_message" => "Custom string to show for a user", "notification_emails" => [["name" => "Test User", "email" => "*****@*****.**"], ["name" => "Another Testuser", "email" => "*****@*****.**"]]]);
dd($e);