Authorization: Bearer ********************{
"name": "string",
"remark": "string",
"mode": "custom",
"config": {
"protocol": "http",
"ip_protocol": "ipv4",
"host": "string",
"port": 1,
"username": "string",
"password": "string"
}
}curl --location 'http://local.zhongyibrowser.com:39025/api/v1/proxies' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"remark": "string",
"mode": "custom",
"config": {
"protocol": "http",
"ip_protocol": "ipv4",
"host": "string",
"port": 1,
"username": "string",
"password": "string"
}
}'{
"code": 0,
"message": "success",
"data": {
"id": "string",
"name": "string",
"remark": "string",
"status": "unchecked",
"checked_at": "2019-08-24T14:15:22.123Z",
"browser_count": 0,
"is_expired": true,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"mode": "custom",
"config": {
"protocol": "http",
"ip_protocol": "ipv4",
"host": "string",
"port": 1,
"username": "string",
"password": "string"
},
"browser_ids": [
"env_01JABCDEF1234567890"
]
}
}