improved

🎓 More info in Courses::Enrollment payloads

Enrollment records now show more info about the associated contact and course:

    {
        "id": 4274,
        "public_id": "ePlWEe",
        "contact_id": 827717,
        "course_id": 1019,
        "created_at": "2025-10-07T11:39:29.432Z",
        "updated_at": "2025-10-07T11:39:29.447Z",
        "suspended": false,
        "suspension_reason": null,
        "current_path": "/enrollments/74c0131fe387b566edadce97832c191b",
        "origination_source_type": "Contact",
        "origination_source_id": 827717,
        "course": {
            "id": 1019,
            "public_id": "oewmDj",
            "title": "Running QA"
        },
        "contact": {
            "id": 827717,
            "public_id": "vOmzwm",
            "email_address": "[email protected]",
            "first_name": "Rich",
            "last_name": "Stone",
            "phone_number": null
        },
        "percentage_completed": 0
    }