curl --location --request GET 'https://api.synup.com/api/v4/locations/TG9jYXRpb246MTQwMjQ=/review-campaigns?startDate&endDate' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx'
{
"data": {
"listReviewCampaigns": {
"reviewCampaigns": [
{
"id": "126dc120-acea-4bcb-8a83-74c80f6f807d",
"locationId": "TG9jYXRpb246MTQwMjQ=",
"name": "Christmas Sale Feedback",
"screening": false,
"createdAt": "2019-01-21T04:29:49Z"
}
]
}
}
}