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