Create MOMT report
documentedCreate a new MOMT report.
POST /api/v2/momt_reportsMOMT Reportsno 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.tatango.com/api/v2/momt_reports" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-u "{{$tatango_email}}:{{TATANGO_API_KEY}}" \
-d '{"date_from":"{{$date_from}}","date_to":"{{$date_to}}","webhook_callback_url":"{{$webhook_callback_url}}"}'