curl --location --request PUT '/api/proxies/' \
--header 'Content-Type: application/json' \
--data-raw '{
"ip": "string",
"port": 0,
"username": "string",
"password": "string",
"rotate_url": "string",
"note": "string",
"rotate_time": 0,
"expired_at": "string",
"group_id": 0,
"next_rotate": "string",
"last_used_at": "string",
"in_use": 0,
"domain_used": [
null
],
"used_count": 0,
"domain_blocks": [
null
],
"is_captcha": true,
"is_error": true,
"is_success": true,
"error_count": 0,
"is_active": true,
"ip_public": "string",
"region": "string",
"disable_auto_rotate": true,
"is_rotating": true,
"area": "string",
"auth_token": "string",
"package_name": "string",
"proxy_package_id": 0,
"created_by": 0,
"updated_by": 0,
"proxy_price": 0
}'