``` $client = getClient($apiKey); $userService = new UserService($client); print_r($client->get('user/1810/invoice')); ``` 