curl --location --request POST 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventType": "account_active",
"accountId": "wl_7f2c9a0b",
"type": "bankAccount",
"status": "inactive",
"timestamp": "2025-08-08T14:07:22Z",
"failureReason": "iban invalid"
}'
{}