Try with HTTPBin example.
Create another simple reverse proxy and use http://httpbin.org/anything as target server.
In Postman use POST method and send a body as shown in the link ,
Sample JSON,
{
"name":"Hima"
}
Try with HTTPBin example.
Create another simple reverse proxy and use http://httpbin.org/anything as target server.
In Postman use POST method and send a body as shown in the link ,
Sample JSON,
{
"name":"Hima"
}