datas = {
'LoginType': '1',
'cid': 'gorod',
'sid': 'город',
'pid': '-4694',
'cn': '4694',
'stf': '2',
'scid': 'шкила',
'UN': 'логин',
'PW': 'пасс',
'lt': '623873775',
'pw2': '42e2b2d04e8b1f0425df78f83af24416', #еще вот это что такое, можете подсказать?)
'ver': '703555073'
}
url1 = 'https://netschool.eduportal44.ru/webapi/login'
headers1 = {'Content-Type': 'application/x-www-form-urlencoded'}
s = requests.Session()
loging = s.post(url1, data=datas,params = datas, headers = headers1)