{
"serial": "string",
"warehouseId": "string",
"materialId": "string"
}
curl --location --request POST 'http://192.168.0.22/nexgen/warehouse-manage/storage/getStorageLocation' \
--header 'factoryId;' \
--header 'userId;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"serial": "string",
"warehouseId": "string",
"materialId": "string"
}'
{}