user_name (string, optional): User nameemail (string, optional): User emailphone_number (string, optional): User phone number{
"user_name": "john_doe",
"email": "john@example.com",
"phone_number": "123456789",
"address": "123 Main St",
"gender": "male",
"age": 30,
"company": "ABC Corp"
}{}customer_info dictcurl --location --request POST '/ai/client/chat//customer_info' \
--header 'API-KEY: <api-key>' \
--header 'SESSION-ID: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{}'null