How I can setup Outgoing WS-Security Configurations. I can do that, but I can't use postman

Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.
Here’s an outline with best practices for making your inquiry.
How I can setup WSS authentication on postman. I used SoupUI and I can easily setup the Outgoing WSS. I tried to pass the credential using

<soapenv:Header>
<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> <wsse:UsernameToken> <wsse:Username>XXXXX</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">XXXXX</wsse:Password> </wsse:UsernameToken> </wsse:Security>
</soapenv:Header>
and got server error and it’s because the credential is not passed with the request. uisng SoupUI I can get the end point without any problem.

How I found the problem:

I’ve already tried: I tried many things, but nothing is working for me.