{
"from_db": true,
"offset": 0,
"limit": 10,
"filter": {
"traffic_type": "rotation_residential",
"buy_start_date": "2023-06-01",
"buy_end_date": "2023-06-30"
}
}
curl --location --request POST 'https://api.ipcola.com/api/traffic_package/query' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"from_db": true,
"offset": 0,
"limit": 10,
"filter": {
"traffic_type": "rotation_residential",
"buy_start_date": "2023-06-01",
"buy_end_date": "2023-06-30"
}
}'