curl -X POST "https://example.com/webhooks/receivable.settled" \ -H "Content-Type: application/json" \ -d '{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "timestamp": "2019-08-24T14:15:22Z", "type": "receivable.settled", "data": { "receivableId": "004d5778-a78b-4c2d-9ba7-132f06b835a7", "clientId": "5e505642-9024-474d-9434-e5a44f505cc5", "initialPrincipal": "string", "currentPrincipal": "string", "repaymentAmount": "string", "paymentRails": "string", "currency": "string", "status": "string" } }'