{
"id": 3,
"forwarding": "{\"forward\":\"reformer\",\"project\":\"lifer\",\"x3\":\"777\",\"addr\":\"x1\",\"value\":\"123\",\"key\":\"abc\",\"heartaddr\":\"x2\"}"
}
curl --location --request POST 'http://192.168.20.134:9090/lock-manager/project/editForwarding' \
--header 'Cookie: UID=660837e077ae4b3dbe49c4fc78c4c622' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 3,
"forwarding": "{\"forward\":\"reformer\",\"project\":\"lifer\",\"x3\":\"777\",\"addr\":\"x1\",\"value\":\"123\",\"key\":\"abc\",\"heartaddr\":\"x2\"}"
}'
{
"code": 0,
"message": "string",
"data": null
}