{ "lbrId": 0, "lbrLineId": 0, "sortNum": 0, "tagVal": "string" }
curl --location --request PUT 'http://prod-cn.your-api-server.com/lbr/line/update' \ --header 'Content-Type: application/json' \ --data-raw '{ "lbrId": 0, "lbrLineId": 0, "sortNum": 0, "tagVal": "string" }'
{ "code": 0, "data": {}, "message": "string", "ok": true }