username:passwordAuthorization: Basic *****************curl --location 'https://api.synci.io/api/v1/webhooks//test' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"event": "transactions.created"
}'{
"message": "Webhook test event dispatched."
}