sbool postServerCountToMythicalBotsXYZ(long clientID, S apiKey, int serverCount) { S url = "https://mythicalbots.xyz/api/bot/" + clientID; doPost_extraHeaders.set(litmap(authorization := assertNempty("API key", apiKey))); Map map = jsonDecodeMap(print(postPage(url, server_count := serverCount))); if (empty(mapGet(map, "success"))) ret false with print("WARNING: mythicalbots.xyz server count updated failed"); true; }