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