Example JSON password change

This example JSON code changes the password in the ncwDataSourceDefinitoins.xml file. Use a PUT method call for the REST call.

{
	"datasource": "OMNIBUS",
	"username": "root",
	"password": "test"
}