curl --request POST \
--url https://api.example.com/v1/tools/checkProxy \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '
{
"host": "geo.g-w.info",
"port": 10080,
"username": "username",
"password": "password",
"protocol": "http"
}
'