We are experiencing an issue when trying to enroll a user with a specific type of User role. The endpoint that is being used is POST /d2l/api/lp/1.9/enrollments. The process is supposed to create a demo student for a course and has been working for a few years, but since near the end of January the enrollment call has been failing. I tried to make the call that is failing in Postman but it returns a 403 Forbidden Message: Not Authorized. If I change the UserId to my d2l userid, the call works as expected. I'm wondering if there's an issue with the demo student role (which has worked no problem until recently) or if something has changed on the d2l side. Does anyone have any ideas?