{
"organizationId": 1,
"name": "Gudang A",
"code": "G001",
"type": "TypeA",
"capacity": 100,
"capacityUnit": 10,
"landArea": 1000,
"landAreaUnit": 2
}
curl --location --request PUT 'http://localhost:8080/api/v1/storage/2/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"organizationId": 1,
"name": "Gudang A",
"code": "G001",
"type": "TypeA",
"capacity": 100,
"capacityUnit": 10,
"landArea": 1000,
"landAreaUnit": 2
}'
{}