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