Future<dynamic> getLogout(String userId) async { return await get('$_basedUrl/backend/api/$appId/auth/logout'); }