Authorization: Bearer ********************curl --location '/locations?search=undefined&per_page=undefined&page=undefined' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 3,
"name": "Glasgow",
"address": "Abbey Mill Business Centre, Paisley Road, Glasgow",
"active": true
},
{
"id": 7,
"name": "Manchester",
"address": "Lowry Outlet, The Quays, Salford",
"active": true
}
],
"meta": {
"current_page": 1,
"per_page": 50,
"last_page": 1,
"total": 2
},
"links": {
"next": null,
"prev": null
}
}