=== Creating Test Users with Valid Roles === === Creating Admin Users === Role ID: 4 Creating: Admin One Username: admin11775072454 Email: admin11775072454@test.com Role: Admin ❌ Failed (0) Response: Creating: Admin Two Username: admin21775072455 Email: admin21775072455@test.com Role: Admin ❌ Failed (0) Response: Creating: Admin Three Username: admin31775072456 Email: admin31775072456@test.com Role: Admin ❌ Failed (0) Response: === Creating Student Users === Role ID: 3 Creating: Student One Username: student11775072457 Email: student11775072457@test.com Role: Student ❌ Failed (0) Response: Creating: Student Two Username: student21775072458 Email: student21775072458@test.com Role: Student ❌ Failed (0) Response: Creating: Student Three Username: student31775072459 Email: student31775072459@test.com Role: Student ❌ Failed (0) Response: === Creating Super Admin Users === Role ID: 1 Creating: Super Admin Username: superadmin11775072460 Email: superadmin11775072460@test.com Role: Super Admin ❌ Failed (0) Response: Creating: Super Admin Two Username: superadmin21775072461 Email: superadmin21775072461@test.com Role: Super Admin ❌ Failed (0) Response: Creating: Super Admin Three Username: superadmin31775072462 Email: superadmin31775072462@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! 🚀