{
"name" : "Gudang B",
"ownership" : "sentral",
"organizationId" : 1,
"sentralId" : 5,
"type" : "TPS",
"capacity" : 2.50,
"landArea" : 2
}
curl --location --request PUT 'http://localhost:8080/api/v1/warehouse//edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"name" : "Gudang B",
"ownership" : "sentral",
"organizationId" : 1,
"sentralId" : 5,
"type" : "TPS",
"capacity" : 2.50,
"landArea" : 2
}'
{}