curl --location 'https://api.synup.com/api/v4/tags/locations?tags=justfortest&archived=undefined&after=undefined&before=undefined&first=undefined&last=undefined' \
--header 'Authorization: T9V35W3xxxxxxxxxxx'{
"data": {
"searchLocationsByTag": {
"edges": [
{
"cursor": "TG9jYXRpb246NzMzMzA=",
"node": {
"name": "test test",
"id": "TG9jYXRpb246NzMzMzA="
}
},
{
"cursor": "TG9jYXRpb246NzMzMTI=",
"node": {
"name": "Bombay Cocktail Bar",
"id": "TG9jYXRpb246NzMzMTI="
}
}
],
"pageInfo": {
"hasNextPage": false,
"hasPreviousPage": false,
"total": 3
}
}
}
}