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.>
To work with a SOAP server you should use a specialized library. Unfortunately, there is no good SOAP client modules for Python, the best one I've used is suds.