curl --location '/pda/wm/barcode/' \
--header 'Authorization: Bearer {{password}}' \
--header 'Content-Type: application/json'{
"code": 0,
"msg": "",
"data": {
"id": 0,
"barcodeFormart": "",
"barcodeType": "",
"barcodeContent": "",
"bussinessCode": "",
"bussinessName": "",
"enableFlag": ""
}
}