CreateTenantDto
namestringrequired
Display name of the tenant
Example:
My Organizationslugstringrequired
URL-safe slug (lowercase alphanumeric + hyphens, 1-63 chars)
Example:
my-organizationCreateTenantDto
{
"name": "My Organization",
"slug": "my-organization"
}