Hello,
I have a soup request that requires an input parameter of type param
In python it’s working as it shows down there
Can anyone help me how to pass this Argument?
request should look like that
1
I have tried Dict and it didn’t work
Hello,
I have a soup request that requires an input parameter of type param
In python it’s working as it shows down there
Can anyone help me how to pass this Argument?
request should look like that
1
I have tried Dict and it didn’t work
try using the raw body and check or try appending to uri directly
better first try in postman and then copy curl it auto populates
cheers
so first try to fix it in postman may be you are giving it wrong there
once you get it the same can be replicated here
better refer to respective api site for details on how to configure in postman
cheers