Create a template category (superadmin)
Creates a new template category used to group SMS/campaign/script/automation templates. Superadmin only. Category names must be unique.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Internal slug for the category; lower-cased and trimmed on save, and must be unique across all categories.
Human-readable label shown to users in the template picker (e.g., "Introduction").
Optional short blurb describing when to use this category.
Tailwind class string (or hex) used for the category badge; defaults to bg-gray-100 text-gray-800 when omitted.
Response
Category created
Template category record used to group SMS / campaign / script / automation templates. Returned by category create/update.