I'm a beginner and learning Python. I wanted to write a python code to "call an REST API". Can you please guide me the steps to call an Rest API?
Also I've curl command which I wanted to write it in python code.
curl -u username:password -X GET 'http://google.com:8070/api/v2/organizations'
It would much helpful if anyone can help me out.
Thanks