Request

curl -X POST \
  "https://lupus-edge.trulyinbox.com/v1/reports/export" \
  -H "X-Api-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "emailAccountIds": [
    1,
    2,
    3
  ],
  "from": "2026-03-01",
  "to": "2026-03-31"
}'

Response

No response body