curl --request POST \
--url https://api.example.com/v0/webhooks/open-banking/plaid/events \
--header 'Content-Type: application/json' \
--data '
{
"webhook_type": "<string>",
"webhook_code": "<string>",
"item_id": "<string>",
"error": {}
}
'{
"received": true,
"webhook_type": "<string>",
"webhook_code": "<string>"
}curl --request POST \
--url https://api.example.com/v0/webhooks/open-banking/plaid/events \
--header 'Content-Type: application/json' \
--data '
{
"webhook_type": "<string>",
"webhook_code": "<string>",
"item_id": "<string>",
"error": {}
}
'{
"received": true,
"webhook_type": "<string>",
"webhook_code": "<string>"
}