{
"filter": {
"id": [
1
]
}
}
curl --location --request POST 'https://api.ipcola.com/api/ip_whitelist/delete' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"id": [
1
]
}
}'