curl --location --request GET 'https://core.privageapp.com/v2/connect/campaigns?page&size&sort&search' \
--header 'Authorization: Bearer <token>'{
"pagination": {
"total": 0,
"page": 0,
"size": 0
},
"data": [
{
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"name": "string",
"description": "string",
"use_points": 0,
"display_date": "2019-08-24T14:15:22.123Z",
"start_date": "2019-08-24T14:15:22.123Z",
"end_date": "2019-08-24T14:15:22.123Z",
"active": true,
"image_path": "string"
}
]
}