Hello,
I am using Postman to test my proxy.
My request contains
"SenderDetails" : {
"userId" : "ABC",
"userType":"TEST"
}.
I used Evaluate JSON Path Expression to fetch userId and then route to some url with that userId.
However, I get 415 Unsupported Media type as error in Postman.
The header part contains Content-Type as Application/json