Read project
documentedRetrieve a single project by id. ([developers.activecollab.com](https://developers.activecollab.com/api-documentation/v1/projects/projects.html))
GET /api/v1/projects/{project_id}Projectsno 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/{{$instance_id}}/api/v1/projects/{{$project_id}}" \
-X GET \
-H "Accept: application/json" \
-H "X-Angie-AuthApiToken: {{ACTIVECOLLAB_TOKEN}}"