{
"ip": "xx.xxx.xx.xxx",
"username": "xxx"
}curl --location 'https://www.rapidproxy.io/api/agent/add_ip_white' \
--header 'app-key: xxx' \
--header 'Content-Type: application/json' \
--data '{
"ip": "xx.xxx.xx.xxx",
"username": "xxx"
}'{
"code": 0,
"msg": "Saved successfully"
}