meta { name: LOC POST Expense Partial type: http seq: 5 } post { url: {{localBaseUrl}}/expenses body: json auth: inherit } body:json { { "date": "2025-12-01", "cents": 987, "categoryId": "1", "description": "NEW PARTIAL expense" } }