response = requests.get(url=url, headers=headers, proxies=proxies)
headers = {
'User-Agent': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0'
}
proxies = {
'https': f'socks5h://******:*****@2**.1**.73.20*:9**2'
}