Future<JSON> getAccountInfo({required String address}) { return getCall<JSON>( "$baseURL/v1/accounts/$address", ); }