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