feat(groups): add Active parameter to ListGroupProjects
Add support for the active parameter in the GET /groups/:id/projects endpoint to filter projects by active status, as introduced in gitlab-org/gitlab!218053 (merged)
Changes:
- Add Active field to ListGroupProjectsOptions struct
- Add test to verify active parameter is properly sent