Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I get this response using the following python code:mydata = "destination:reddit.com"postresponse = requests.post("https://api.umbrella.com/policies/v2/destinationlists/REDACTED/destinations", headers = myheaders, data = json.dumps(mydata)) edit: I h...