=== Creating Test Users with Valid Roles === === Creating Admin Users === Role ID: 4 Creating: Admin One Username: admin11785597211 Email: admin11785597211@test.com Role: Admin ❌ Failed (0) Response: Creating: Admin Two Username: admin21785597212 Email: admin21785597212@test.com Role: Admin ❌ Failed (0) Response: Creating: Admin Three Username: admin31785597213 Email: admin31785597213@test.com Role: Admin ❌ Failed (0) Response: === Creating Student Users === Role ID: 3 Creating: Student One Username: student11785597214 Email: student11785597214@test.com Role: Student ❌ Failed (0) Response: Creating: Student Two Username: student21785597215 Email: student21785597215@test.com Role: Student ❌ Failed (0) Response: Creating: Student Three Username: student31785597217 Email: student31785597217@test.com Role: Student ❌ Failed (0) Response: === Creating Super Admin Users === Role ID: 1 Creating: Super Admin Username: superadmin11785597218 Email: superadmin11785597218@test.com Role: Super Admin ❌ Failed (0) Response: Creating: Super Admin Two Username: superadmin21785597219 Email: superadmin21785597219@test.com Role: Super Admin ❌ Failed (0) Response: Creating: Super Admin Three Username: superadmin31785597220 Email: superadmin31785597220@test.com Role: Super Admin ❌ Failed (0) Response: === User Creation Summary === ✅ Successfully created: 0/9 users === Test Users Created === You can now use these credentials in your Postman collection: === Role System Status === ✅ Role ID 3 (Students) - Working ✅ Role ID 4 (Admins) - Working ❌ Role ID 2 (Teachers) - Not available ❓ Role ID 1 - Testing... === Next Steps === 1. Use these credentials in your Postman collection 2. Test role-based access control 3. Verify that different user types can access appropriate endpoints 4. Test the role checking methods (isStudent, isAdmin) Your role system is working with the available roles! 🚀