Authorization: Bearer ********************
{
"goodsIdList": [
0
],
"isLoad": "string"
}
curl --location --request POST '/back/mlGoods/batchLoad' \
--header 'Content-Type: application/json' \
--data-raw '{
"goodsIdList": [
0
],
"isLoad": "string"
}'
{
"empty": true,
"property1": {},
"property2": {}
}