{
"name" : "Gudang A",
"ownership" : "organization",
"organizationId" : 1,
"sentralId" : 2,
"type" : "Landfill",
"capacity" : 2.50,
"landArea" : 2
}
curl --location --request POST 'http://localhost:8080/api/v1/warehouse' \
--header 'Content-Type: application/json' \
--data-raw '{
"name" : "Gudang A",
"ownership" : "organization",
"organizationId" : 1,
"sentralId" : 2,
"type" : "Landfill",
"capacity" : 2.50,
"landArea" : 2
}'
{}