{
"name": "Faba Prod 1",
"organizationId": 1,
"storageId": 2,
"inputFrequent": "Harian",
"storageType": "TPS",
"productionFlyAsh": 10,
"productionBottomAsh": 5,
"description": "Desc 1",
"productionDate": "2024-05-10"
}
curl --location --request PUT 'http://localhost:8080/api/v1/fabaProduction/2/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Faba Prod 1",
"organizationId": 1,
"storageId": 2,
"inputFrequent": "Harian",
"storageType": "TPS",
"productionFlyAsh": 10,
"productionBottomAsh": 5,
"description": "Desc 1",
"productionDate": "2024-05-10"
}'
{}