curl --location --request POST 'https://snakk-backend-production.up.railway.app/api/chat/verify/initiate' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"session_id": "1ffd059c-17ea-40a8-8aef-70fd0307db82"
}'{
"success": true,
"verification_url": "string"
}