curl -X POST "https://example.com/webhooks/credit-account.updated" \ -H "Content-Type: application/json" \ -d '{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "timestamp": "2019-08-24T14:15:22Z", "type": "credit-account.updated", "data": { "creditAccountId": "9c80fb4a-915f-4bea-b517-31271b8c50e8", "clientId": "5e505642-9024-474d-9434-e5a44f505cc5", "currency": "string", "creditLimit": "string", "principalOutstanding": "string", "totalRepaymentAmount": "string", "totalInterestAmount": "string", "availableBalance": "string", "paymentRails": "string", "status": "string" } }'