Authenticated as a regular user, I would like to get all the user’s transactions, with course reference included (course ID).
The endpoint /ecommerce/v1/transaction can be called by regular users, but it doesn’t include a reference to the course in question. On the other hand, /ecommerce/v1/transaction/list does include a course reference; however, it only works for elevated users.
Any guidance appreciated.
