{API_IP:PORT}.proxy.check.resultcurl --location --request POST '/nats/callback/proxy/check/result' \
--header 'Content-Type: application/json' \
--data-raw '{
"task_id": 0,
"campaign_platform_id": 0,
"proxy_id": 0,
"success": true,
"detected_ip": "string",
"error_message": "string",
"checked_at": "2019-08-24T14:15:22.123Z"
}'