customers:write. name is required; phone/email are de-duplicated against existing customers.curl --location 'https://app.onebear.ai/api/v1/companies//customers' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"email": "string",
"phone": "string",
"customerType": "string",
"avatar": "string",
"isLead": true,
"interests": [
"string"
],
"source": "string",
"channelIntegrationIds": [
"string"
]
}'