secret is included in this response only; itusername:passwordAuthorization: Basic *****************curl --location 'https://api.synci.io/api/v1/webhooks' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"url": "http://example.com",
"description": "string",
"enabled": true,
"events": [
"transactions.created"
],
"omit_sensitive_identifiers": true,
"financial_accounts": "string",
"payload_version": "string",
"type": "string"
}'{}