curl --location --request GET 'https://prod.your-api-server.com/campaign-lists?limit=25&skip=0&sort=name&search=2024' \
--header 'Authorization: <api-key>'{
"campaignIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"campaignEntities": {
"property1": {
"_id": "1f704bc5-5055-43eb-a851-c87b6b0bf7b9",
"name": "string",
"number": 0,
"reference": "string",
"shortReference": "string",
"status": 0,
"state": 0
},
"property2": {
"_id": "1f704bc5-5055-43eb-a851-c87b6b0bf7b9",
"name": "string",
"number": 0,
"reference": "string",
"shortReference": "string",
"status": 0,
"state": 0
}
},
"totalCount": 0
}