Support Ticket
Class name: SupportTicket
| Property | Type | Description | Required |
|---|---|---|---|
| userId | string | The ID of the user who created the support ticket. If the user is a guest, their email is required for this field instead | Yes |
| subject | string | The title of the support ticket | Yes |
| messages | SupportMessage[] | The messages in the support ticket | Yes |
| status | enum | The status of the support ticket. Possible values: open, closed, onHold, inProgress, resolved | Yes |