This worked well for me.
curl -X POST --data @json_out.txt http://localhost:8080/ Where,
-X Means the http verb.
--data Means the data you want to send.
This worked well for me.
curl -X POST --data @json_out.txt http://localhost:8080/ Where,
-X Means the http verb.
--data Means the data you want to send.