curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalProductAPI/UpdateWarehouseProduct' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"systemSku": "string",
"warehouseCode": "string",
"width": 0,
"height": 0,
"length": 0,
"weight": 0
}'{
"data": {
"systemSku": "string",
"warehouseCode": "string",
"width": 0,
"height": 0,
"length": 0,
"weight": 0
}
}