POST HTTP REQUEST with cURL and Postman

Test website for POST, just send back the information

http://httpbin.org/post


Windows Powershell

curl -Method POST -body shoesize=12 http://httpbin.org/post