{
"filter": {
"id": [
1
]
},
"update": {
"tag": "new tag"
}
}
curl --location --request POST 'https://api.ipcola.com/api/ip_whitelist/update' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"id": [
1
]
},
"update": {
"tag": "new tag"
}
}'
{
"meta_message": "string",
"meta_status": 0
}