I am writing a simple program which add an object to the database using POST method.
I use RestTemplate to send the POST request to the server.
Here is the cod