CustomerObject
ksuidstring
ID of the customer
namestringrequired
The name of the customer.
emailstring
The email of the customer.
phonestring
Phone number for the customer.
whatsapp_group_statusstring
Status of this customer in the WhatsApp group.
biostring
Short description or biography for the customer.
ticketsobject[]
List of tickets associated with the customer.
versioninteger
CustomerObject
{
"ksuid": "string",
"name": "string",
"email": "string",
"phone": "string",
"whatsapp_group_status": "string",
"bio": "string",
"tickets": [
{}
],
"version": 0
}