send request in python with data and headers code example
Example: python send get request with headers
r=requests.get("http://www.example.com/", headers={"content-type":"text"})
r=requests.get("http://www.example.com/", headers={"content-type":"text"})