I used python requests module for REST requests.
I am trying to make a soap request but I wondered couldn’t get an example for this . Here is My soap body and headers.>
In case anyone ends up reading this: suds-based solutions are mostly stagnated but there's a newer library called zeep written on top of requests and lxml. It is a completely separate solution and not a suds fork like these others. I know from personal experience that this is in use in some enterprise environments.