Future<Map<String, dynamic>> deleteRamAccount(String accountId) async { return _client.post('/api/lapp/ram/account/delete', { 'accountId': accountId, }); }