{
"height": 0,
"name": "string",
"width": 0
}
curl --location --request POST 'http://prod-cn.your-api-server.com/lbr/main/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"height": 0,
"name": "string",
"width": 0
}'
{
"code": 0,
"data": {
"lbrId": 0
},
"message": "string",
"ok": true
}