To validate that the keyserver url the user inputted into the add keyserver input exists we should call the `getVersion` endpoint. The logic for this actually already exists in the `KeyserverSelection` component in the new registation flow. This diff factors out the shared logic into a seperate hook called `useIsKeyserverURLValid`.