curl --location --request PATCH 'https://dev.api.fieldedge.com/open-api/v1/warehouses/' \
--header 'Content-Type: application/json' \
--data '{
"name": "Updated Dallas Distribution Center",
"address1": "1450 Industrial Blvd",
"address2": "Building B",
"city": "Dallas",
"state": "TX",
"zipCode": "75207",
"description": "Updated warehouse for regional inventory and distribution",
"active": true
}'{
"data": {
"warehouseId": "a1b2c3d4-5e6f-47a8-9b0c-d1e2f3a4b5c6",
"name": "Central Warehouse",
"address1": "123 Main St",
"address2": "Unit 5",
"city": "Austin",
"state": "TX",
"zipCode": "78701",
"description": "Primary distribution center",
"active": true
}
}