curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSWebAPI/StaffCheckInventory' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"warehouseId": "string",
"productId": "string"
}'{
"inventory": {
"status": "STATUS_UNSPECIFIED",
"quantity": 0
}
}