curl --location --request POST 'https://api.inboxkit.com/v1/api/workspaces/webhook' \
--header 'Content-Type: application/json' \
--data-raw '{
"uid": "ws_123456789",
"webhook_url": "https://example.com/webhook"
}'
{
"error": false,
"message": "Workspace webhook updated successfully"
}