List task lists
documentedList task lists for a project. ([developers.activecollab.com](https://developers.activecollab.com/api-documentation/v1/projects/whats-new.html?utm_source=openai))
GET /api/v1/projects/{project_id}/task-listsProjectsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://app.activecollab.com/{{$account_id}}/api/v1/projects/{{$project_id}}/task-lists" \
-X GET \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-Angie-AuthApiToken: {{activcollab_token}}"