Approval Workflow
Approve or reject requests. All decisions are audit-logged.
| ID | Description | Amount | Action |
|---|---|---|---|
| REQ-001 | Purchase order for 50 laptops ($85,000) | $85,000 | |
| REQ-002 | Office renovation ($12,000) | $12,000 | |
| REQ-003 | Software license renewal ($3,400) | $3,400 |
Audit Log
No decisions yet.
Hint
What if you submit status=pending&status=approved in the same POST body? The server checks all values, but only logs the first.
curl -X POST http://... -d 'request_id=REQ-001&status=pending&status=approved'