Authorization: Bearer ********************
{
"tractorsRequiredPerUnit": 2,
"transportationCost": 50,
"numberOfLaborer": 50,
"wagePerLaborer": 50,
"additionalExpenses": 600,
"remarks": "exercitation nisi ut id in"
}
curl --location -g --request POST '/admin/dry-fooders/{{dryFooderId}}/expense' \
--header 'Content-Type: application/json' \
--data-raw '{
"tractorsRequiredPerUnit": 2,
"transportationCost": 50,
"numberOfLaborer": 50,
"wagePerLaborer": 50,
"additionalExpenses": 600,
"remarks": "exercitation nisi ut id in"
}'
{}