{
"filter": {
"data_type": "rotation_residential",
"end_date": "2023-06-30",
"ip_or_account": "",
"start_date": "2023-06-01"
}
}
curl --location --request POST 'https://api.ipcola.com/api/daily_traffic/query' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"data_type": "rotation_residential",
"end_date": "2023-06-30",
"ip_or_account": "",
"start_date": "2023-06-01"
}
}'
{
"data": [
{
"amount": "string",
"date": "string",
"gkey": "string",
"gtype": "string",
"id": "string"
}
],
"meta_message": "string",
"meta_status": 0
}