via redfishtool.py, I would like to send content-type as multipart/form-data and file information. I have this command via CURL, but how can we send this via redfishtool.py ?
time curl -k -u Administrator:superuser -X POST -H 'content-type: multipart/form-data' -F
image_file=@$(pwd)/afile-v130.tgz
https://<IP>/redfish/v1/UpdateService/Actions/Oem/UpdateService.FwUpldBundle