Authorization: Bearer ********************curl --location --request POST 'https://api.synci.io/api/v1/webhooks//test' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"bank_account_id": 0,
"event": "transactions.created"
}'{
"message": "Webhook test event dispatched."
}