curl --location '/pda/wm/transferLine' \
--header 'Authorization: Bearer {{password}}' \
--header 'Content-Type: application/json' \
--data '{
"createDept": 0,
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"params": {
"key": {}
},
"id": 0,
"transferId": 0,
"materialStockId": 0,
"itemId": 0,
"itemCode": "string",
"itemName": "string",
"specification": "string",
"unitCode": "string",
"unitName": "string",
"quantityTransfer": 0,
"quantityPicked": 0,
"batchId": 0,
"batchCode": "string",
"warehouseId": 0,
"warehouseCode": "string",
"warehouseName": "string",
"areaId": 0,
"areaCode": "string",
"areaName": "string",
"locationId": 0,
"locationCode": "string",
"locationName": "string",
"remark": "string"
}'