namespace App\Core\Interfaces; interface ApiInterface { public function getPlayerInfo(string $uid, string $region): array; }