pub async fn verify_request(
    garage: &Garage,
    req: Request<Incoming>,
    service: &'static str
) -> Result<(Request<ReqBody>, Key, Option<Hash>), Error>