curl --location --request GET 'https://api.synup.com/api/v4/tags/locations?tags=justfortest&archived&after&before&first&last' \
--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
}
}
}
}