{ "ip": "127.0.0.1", "tag": "office ip" }
curl --location --request POST 'https://api.ipcola.com/api/ip_whitelist/add' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data-raw '{ "ip": "127.0.0.1", "tag": "office ip" }'
{ "meta_message": "string", "meta_status": 0, "record": { "created_unixtime": 0, "id": 0, "ip": "string", "tag": "string", "user_id": 0 } }