I would like to have an API endpoint or method that allows me to find exam results based solely on an email address.
Currently, to get the results, I first have to search for an exam, then retrieve all exams in batches and check if the email address is present. A direct search by email would simplify the process and could reduce the number of queries.
