GET /api/teams
curl https://lazyraccoon.dev/api/teams \ -H "Authorization: Bearer lr_your_key"
[ { "id": "team-uuid", "name": "My Team", "slug": "my-team", "role": "owner", "createdAt": "2026-03-01T12:00:00.000Z" } ]