List expenses for a project
documentedList expenses for a project.
GET /api/v2/projects/{project_id}/expensesExpensesno 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://{{CLIENTARY_SUBDOMAIN}}.clientary.com/api/v2/projects/{{$project_id}}/expenses" \
-X GET \
-u "{{CLIENTARY_API_TOKEN}}:{{CLIENTARY_API_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"