curl --location --request GET 'https://api.synup.com/api/v4/locations//reviews?siteUrls&category&startDate&endDate&ratingFilters&before&after&first&last' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx'
{
"data": {
"interactions": {
"pageInfo": {
"hasNextPage": false,
"hasPreviousPage": false,
"endCursor": null,
"total": null
},
"edges": [
{
"node": {
"id": "9990178a-f119-43da-adbe-e2facad5a870",
"source": "maps.google.com",
"authorName": "Dale Rohwedder",
"authorAvatar": "https://lh6.googleusercontent.com/-rwVBMk41wg0/AAAAAAAAAAI/AAAAAAAAADc/NamFETXVIRw/w36-h36-p-mo/photo.jpg",
"rating": 4,
"date": "2019-01-24T06:13:15.332985+00:00",
"category": "Review"
},
"cursor": "SW50ZXJhY3Rpb246OTk5MDE3OGEtZjExOS00M2RhLWFkYmUtZTJmYWNhZDVhODcw"
}
],
"totalCount": 1
}
}
}