headers = {
"username": "<redacted username>",
"password": "<redatcted password>",
"auth_type": "ad_authentication",
"domainName": "<redacted domain>",
"Authorization":"<redacted auth token>",
"Content-Type": "application/json"
}
x = requests.post(url, headers=headers, data={"patchids":314843}, verify=False)