{
"from_db": true,
"filter": {
},
"offset": 0,
"limit": 10
}
curl --location --request POST 'https://api.ipcola.com/api/ip_whitelist/query' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"from_db": true,
"filter": {
},
"offset": 0,
"limit": 10
}'
{
"data": [
{
"created_unixtime": 0,
"id": 0,
"ip": "string",
"tag": "string",
"user_id": 0
}
],
"meta_message": "string",
"meta_status": 0,
"total_count": 0
}