Curl

Last updated:

curl -H "Content-Type: application/json" --data @body.json http://localhost:8080/ui/webapp/conf

From postman, this can be exported as well. the curl command.


references: rest - How do I POST JSON data with cURL? - Stack Overflow