X-API-Key: ********************curl --location 'https://api.snakk.ai/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"
}'{
"success": true,
"request_id": "266ea41d-adf5-480b-af50-15b940c2b846"
}