Authorization: ********************Device-Token: ********************curl --location --request POST '/api/proxy/multiple' \
--header 'Authorization: Bearer <token>' \
--header 'Device-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"proxies": [
{
"ip": "10.0.0.1",
"port": 8080,
"username": "proxyuser",
"password": "proxypass",
"ip_public": "203.0.113.45",
"rotate_url": "http://proxy-provider.com/rotate?token=abc",
"rotate_time": 300,
"area": "vn",
"region": "HCM",
"disable_auto_rotate": false,
"type": "http",
"is_active": true
}
]
}'{
"message": "Operation successful",
"data": {}
}