meta { name: Update Preferences type: http seq: 9 } put { url: {{api_url}}/notifications/preferences/ body: json auth: none } headers { Authorization: Token {{auth_token}} } body:json { { "task_reminders": true, "task_due_soon": true, "task_overdue": true, "task_completed": true, "residence_shared": true, "marketing": false } }