Authorization: Bearer ********************
{ "price":400 }
curl --location --request POST '/admin/update-fees-per-kg/' \ --header 'Content-Type: application/json' \ --data-raw '{ "price":400 }'
{}