meta { name: Create Document type: http seq: 2 } post { url: {{api_url}}/documents/ body: json auth: none } headers { Authorization: Token {{auth_token}} } body:json { { "name": "Home Insurance Policy", "description": "Annual home insurance policy document", "file_url": "https://example.com/documents/policy.pdf", "residence_id": 1, "is_warranty": false } }