I was able to log into the site only using the token from the cookie
import requests cookies = {'token': 'MyToken'} requests.post('https://dikidi.ru', cookies=cookies)
enter image description here