This is the python request code
response = requests.post(jobsurl, data=searchPayload, auth=(user, password), verify=validateCert) print(response.text)