I'm really lowering the bar with this question, but my brain is fried! Is there configuration or a default in one of the QM components that shows the journal UI? Or should I code something myself?
You can add a UI Button to your scene, add a Quest Journal Button component to it, and configure the Button's OnClick() UnityEvent to call QuestJournalButton.ToggleJournalUI or ShowJournalUI.
If you want to map a key or other input as a hotkey, add a UI Button Key Trigger to it.