{
"id": 1,
"ip_list": [
"127.0.0.1",
"127.0.0.2"
]
}
curl --location --request POST 'https://api.ipcola.com/api/static_direct_proxy/set_ip_whitelist' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"ip_list": [
"127.0.0.1",
"127.0.0.2"
]
}'
{
"meta_message": "string",
"meta_status": 0
}