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