[Solved] Python and curl equivalent


Solved

mydata = {'email': form.vars.email, 'password':form.vars.password}
resp= requests.post('url', json = mydata)

I don’t know why but I had already tried it and it didn’t work

solved Python and curl equivalent