how to make a put request with curl code example
Example 1: how to send http post create request using curl command
$ curl -X POST -d @filename http://locahost:8080/weather
Example 2: how to send http post create request using curl command
$ curl --data "param1=value1¶m2=value2" http://locahost:8080/weather