{ "key": "result" }
curl --location 'http://192.168.2.192:46952/proc_get' \ --header 'Content-Type: application/json' \ --data '{ "key": "result" }'
{ "code": 0, "message": "Operation succeed", "key": "key1", "value": "val1" }