import asyncio import requests from requests import Request, Session from xml.etree import ElementTree as ET from colorama import Fore, Style, init # Initialize colorama init(autoreset=True) async def get_id_async(username): # Construct the XML payload data = f""" <?xml version="...