Authorization: ********************{
"id": "string",
"storageLocationName": "string",
"storageLocationCode": "string",
"position": "string",
"warehouseId": "string",
"storageLocationTypeId": "string",
"remark": "string",
"isEnable": "string"
}curl --location 'http://localhost:7006/storageLocation/updateWarehouse' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"storageLocationName": "string",
"storageLocationCode": "string",
"position": "string",
"warehouseId": "string",
"storageLocationTypeId": "string",
"remark": "string",
"isEnable": "string"
}'{}