$ curl -X POST -d @filename http://locahost:8080/weather
$ curl --data "param1=value1¶m2=value2" http://locahost:8080/weather
curl --data "param1=value1" --data "param2=value2" https://example.com/resource.cgi
$ curl --form "fileupload=@filename.txt" http://locahost:8080/weather