Authorization: ********************curl --location --request GET 'https://api.intelligence.adzuna.com/api/v1.1/gb/location-types/21/locations/?page=1&page_size=5' \
--header 'Authorization: <api-key>'{
"count": 1,
"next": "https://api.intelligence.adzuna.com/api/v1.1/gb/location-types/20/locations/?page=4",
"previous": "https://api.intelligence.adzuna.com/api/v1.1/gb/location-types/20/locations/?page=2",
"results": [
{
"id": 20,
"name": "North East (England)",
"code": "TLC",
"type_id": 20,
"country_id": 1
}
]
}