Authorization: Bearer ********************
{ "price":300 }
curl --location --request POST '/admin/update-value-fee/' \ --header 'Content-Type: application/json' \ --data-raw '{ "price":300 }'
{}