I'm working with a curl api that i'm not familiar with and need some help.
This is the call in curl: curl -U username:password ipinfo.io -x premium.residential.proxyrack.net:9999
How can I use that in Python requests module to later parse the answer?