getAccount abstract method
Retrieves account information.
authToken is an optional authentication token for the API.
Returns a Response containing the Account information if successful, or an error if the request fails.
Implementation
Future<Response<Account>> getAccount({String? authToken});