Closed luciano-buono closed 3 years ago
Can't find the body/payload argument in the post function
You need to use the argument data to create the body of the POST request
data
r = post(url, pkcs12_filename=pfx_file, pkcs12_password=password, verify=False, data= body)
Can't find the body/payload argument in the post function