curl --location --request PUT 'https://snakk-backend-production.up.railway.app/api/chat/operator/session//customer' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer_name": "string",
"customer_email": "user@example.com",
"customer_phone": "string"
}'