curl --location -g --request PATCH 'https://api.clay.com/v3/tables/{{TABLE_ID}}' \
--header 'Cookie: {{YOUR_CLAY_COOKIES}}' \
--header 'Content-Type: application/json' \
--data-raw '{"tableSettings":{},"fieldGroupMap":{},"sourceSettings":{"addSource":{"name":"Webhook","source":{"name":"YOUR_WEBHOOK_NAME","workspaceId":"{{WORKSPACE_ID}}","type":"webhook","typeSettings":{"urlSlugText":"Pull in data from a Webhook","iconType":"Webhook","name":"Webhook","description":"Send any data to Clay","stages":[]}}}}}'