for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace leocata\M1\Methods\Request;
use leocata\M1\Abstracts\RequestMethods;
class GetSessions extends RequestMethods
{
public function getMandatoryFields(): array
return [];
}