An easy way to send POST requests is using 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 --form "[email protected]" http://locahost:8080/weather