Spaces:
Paused
Paused
File size: 734 Bytes
4e9b253 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
headers = {
'Accept': 'application/json, text/plain, */*',
'Accept-Language': 'ru-RU,ru;q=0.9',
'Connection': 'keep-alive',
'Content-Type': 'application/json',
'Origin': 'https://mini-app.tomarket.ai',
'Pragma': 'no-cache',
'Referer': 'https://mini-app.tomarket.ai/',
'Sec-Fetch-Dest': 'empty',
'Sec-Fetch-Mode': 'cors',
'Sec-Fetch-Site': 'same-site',
'User-Agent': 'Mozilla/5.0 (Linux; Android 13; SM-A515F Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.165 Mobile Safari/537.36',
'Sec-Ch-Ua': '"Android WebView";v="125", "Chromium";v="125", "Not.A/Brand";v="24"',
'Sec-Ch-Ua-Mobile': '?1',
'Sec-Ch-Ua-Platform': '"Android"',
}
|