Create report
documentedCreate a report.
POST /reportsReportsno 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.paymoapp.com/api/reports" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-d '{"title": "{{$title}}", "start_date": "{{$start_date}}", "end_date": "{{$end_date}}", "filters": {"project_ids": {{$project_ids}}, "user_ids": {{$user_ids}}, "client_ids": {{$client_ids}}}, "export_format": "{{$format}}"}'