curl --request POST \
--url 'https://api.sync.stateset.com/v1/tenants/{tenant_id}/webhooks/register' \
--header 'x-stateset-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"source": "string",
"topic": "string",
"url": "https://example.com/webhooks/stateset"
}'