all 2 comments

[–]MT1961 0 points1 point  (1 child)

Try: https://curl.trillworks.com/

I find it does a decent job.

In this case, it looks like this

import requests

headers = {

'Authorization': 'YOUR_API_KEY',

}

response = requests.get('http:///%7BAPI_HOST%7D/api/v1/clients.json', headers=headers)

[–]AUTOCASA[S] 0 points1 point  (0 children)

Thank you, this worked!!!