Hi all,
I am connecting to two systems via API, and I have auth tokens for each. I am using one PUT command to merge users from one system into the other. How can I provide both auth tokens to Postman so that I can run the PUT command successfully? Right now, I have the auth header using one basic and one bearer token, one for each system. When I run it, I get a “422 Unprocessable Entity” error.
Any suggestions for how to do this? Thanks, in advance.