Authorization: Bearer ********************
{
"amount":30,
"effectiveDate":"2024-08-19"
}
curl --location --request PUT '/admin/milk-price-change/66c8744e13e36c97807b768d' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount":30,
"effectiveDate":"2024-08-19"
}'
{}