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