curl --location --request POST '/api/proxies' \
--header 'Content-Type: application/json' \
--data-raw '{
"webhook_url": "http://go-api:8080/webhook/proxy-ready",
"rotate_url": "http://proxy-provider.com/rotate?token=abc123",
"ip_public": "203.0.113.45",
"auth_token": "Bearer abc123token",
"disable_auto_rotate": false,
"ip": "10.0.0.1",
"port": 8080,
"username": "proxyuser",
"password": "proxypass"
}'{
"_id": "64f1a2b3c4d5e6f7a8b9c0e1",
"webhook_url": "http://go-api:8080/webhook/proxy-ready",
"ip": "10.0.0.1",
"port": 8080,
"username": "proxyuser",
"password": "proxypass",
"status": 0
}