feat(orbit): add GetDsl for /api/v4/orbit/schema/dsl
from agent
Adds OrbitService.GetDsl hitting GET /api/v4/orbit/schema/dsl. Body is captured as json.RawMessage so both format=raw (JSON Schema object) and format=llm (TOON string) pass through verbatim.
Relates to gitlab-org/gitlab#591015. Required so glab orbit remote dsl can land in gitlab-org/cli.