Just a tRPC API endpoint/procedure to check if the given `studentId` is enrolled or not for a given `moduleId`. Takes `studentId` and `moduleId` as input, and returns a `boolean` value ideally. _Open to changes in implementation tho, just an idea ☝️_