curl --location --request GET '/api/campaign?page&limit&search&is_active'{
"data": [
{
"id": 0,
"name": "string",
"user_id": 0,
"is_active": true,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"configs": {
"max_daily_quota": 0,
"start_date": "2019-08-24",
"end_date": "2019-08-24",
"notes": "string"
}
}
],
"paging": {
"total": 0,
"page": 0,
"limit": 0,
"total_pages": 0
}
}