Authorization: Bearer ********************
curl --location --request POST 'http://local.zhongyibrowser.com:39025/api/v1/proxies//check' \ --header 'Authorization: Bearer <token>'
{ "code": 0, "message": "success", "data": { "proxy_id": "proxy_01JABCDEF1234567890", "mode": "custom", "status": "available", "endpoint": { "protocol": "http", "ip_protocol": "ipv4", "host": "string", "port": 1 }, "checked_at": "2019-08-24T14:15:22.123Z", "latency_ms": 0 } }