Please I need your help, when I use the Postman app to connect to REST API it is working fine with me, but when I used the HTTP request activity I got an error.
I using the following body in the Postman {“TESTUSERNAME_Input”:{
“InputParameters”:{
“X_USER_NAME”:“Test”
}
}
}
and I use the following body with HTTP request activity
“”“{”“TESTUSERNAME_Input”“:”“{”“InputParameters”“:”“{”“X_USER_NAME”“:”“Test”“}”“}”“}”“”