proxy.request.checksocial-tool-group{API_IP:PORT}.proxy.check.resultcurl --location --request POST '/nats/proxy/request/check' \
--header 'Content-Type: application/json' \
--data-raw '{
"tasks": [
{
"task_id": 0,
"campaign_platform_id": 0,
"proxy": {
"proxy_id": 0,
"task_id": 0,
"campaign_platform_id": 0,
"auth_token": "string",
"disable_auto_rotate": true,
"ip": "string",
"port": 0,
"username": "string",
"password": "string",
"webhook_url": "http://example.com",
"rotate_url": "http://example.com",
"rotate_time": 0,
"ip_public": "string",
"region": "string"
}
}
]
}'{
"status": "accepted",
"message": "Accepted batch of 5 tasks",
"tasksAccepted": 5,
"currentPending": 15,
"maxPending": 30
}