meta { name: Create Completion type: http seq: 2 } post { url: {{api_url}}/task-completions/ body: json auth: none } headers { Authorization: Token {{auth_token}} } body:json { { "task_id": 1, "notes": "Completed the task", "actual_cost": 150.00, "images": [] } }