curl --location --request GET 'https://core.privageapp.com/api/v1/connect/campaigns' \
--header 'Authorization: Bearer <token>'{
"pagination": {
"total": 0,
"page": 0,
"size": 0
},
"data": [
{
"uuid": "string",
"name": "string",
"description": "string",
"usePoints": 0,
"displayDate": null,
"startDate": null,
"endDate": null,
"active": true,
"imagePath": "string"
}
]
}