meta { name: Generate Tasks Report type: http seq: 9 } post { url: {{api_url}}/residences/:id/generate-tasks-report/ body: json auth: none } headers { Authorization: Token {{auth_token}} } params:path { id: 1 } body:json { { "email": "recipient@example.com" } }