{ "id": "enrollment-api-environment", "name": "Enrollment API - Local Dev", "values": [ { "key": "base_url", "value": "http://localhost:8081", "type": "default", "enabled": true }, { "key": "access_token", "value": "", "type": "string", "enabled": true }, { "key": "instructor_token", "value": "", "type": "string", "enabled": true }, { "key": "admin_token", "value": "", "type": "string", "enabled": true }, { "key": "student_email", "value": "student@example.com", "type": "default", "enabled": true }, { "key": "student_password", "value": "Password123!", "type": "default", "enabled": true }, { "key": "course_id", "value": "1", "type": "string", "enabled": true }, { "key": "section_id", "value": "1", "type": "string", "enabled": true }, { "key": "semester_id", "value": "1", "type": "string", "enabled": true }, { "key": "enrollment_id", "value": "1", "type": "string", "enabled": true } ], "_postman_variable_scope": "environment", "_postman_exported_at": "2025-11-30T14:09:00Z", "_postman_exported_using": "Postman/v11.0.0" }