I get a 'Login Failed' even though my response is a [200].
I added a 'print' to show the login_response i'm getting (below):
(venv) eggy:Getting-started-with-Cisco-SD-WAN-REST-APIs-fork eggy$ ./sdwan.py device_list
login_response
<Response [200]>
Login Failed
Also, using Postman with same credentials the login works.