Create invoice note template
documentedCreate a new invoice note template. ([developers.activecollab.com](https://developers.activecollab.com/api-documentation/v1/invoicing/invoices/note-templates.html?utm_source=openai))
POST /invoice-note-templatesInvoicingno 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/invoice-note-templates" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-Angie-AuthApiToken: {{OAUTH2_ACCESS_TOKEN}}" \
-d '{"name": "{{$name}}", "content": "{{$content}}"}'