Authorization: Bearer ********************{
"price": ""
}curl --location --request POST '/admin/update-service-charge/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"price": ""
}'{}