curl --location --request POST 'https://snakk-backend-production.up.railway.app/api/chat/session' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"agent_id": "2b1e3b65-2c04-4fa2-a2d7-467901e98978",
"visitor_id": "string",
"referrer_url": "string",
"page_url": "string",
"user_agent": "string"
}'{
"session_id": "1ffd059c-17ea-40a8-8aef-70fd0307db82"
}