pub fn verify_auth<TRequest>( config: &Config, request: &RequestWrapper<TRequest>, ) -> Result<(), SharedError>where TRequest: Request + Serialize,