Add function updateChannelConfig
to sign and update channel config. Example:
curl -s -X POST http://localhost:4002/updateChannelConfig -H 'content-type: application/json' -d '{
"orgname":"operator",
"username": "operator",
"channelName":"akachainchannel",
"configUpdatePath":"../../../shared/config-update-in-envelope.pb"
}'