curl --location 'https://tunnelsats.com/api/public/v1/ping/test' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--data-raw '{
"socket": "02...@host:port"
}'{
"success": true,
"reachable": true,
"latencyMs": 35,
"message": "Connection successful"
}