curl --location --request POST 'https://snakk-backend-production.up.railway.app/api/chat/contact-request' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"session_id": "1ffd059c-17ea-40a8-8aef-70fd0307db82",
"customer_name": "string",
"customer_email": "user@example.com",
"customer_phone": "string",
"reason": "string"
}'