action avaza_expense_approval { label: "Submit Expenses for Approval." provider: avaza method: POST path: "/api/ExpenseApproval/Submit" encoding: json input: { type: "object" properties: { SendNotifications: { type: "string" } UserID: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }