pub async fn handle_post_config<B>( req: Request<B>, _config: Arc<RwLock<Config>>, ) -> Result<Response<Full<Bytes>>>where B: Body, B::Error: Display,
Handle POST /config