Authorization: ********************
curl --location --request GET 'https://api.intelligence.adzuna.com/api/v1.1/gb/location-types/?page&page_size' \
--header 'Authorization;'
{
"count": 1,
"next": "https://api.intelligence.adzuna.com/api/v1.1/gb/location-types/?page=4",
"previous": "https://api.intelligence.adzuna.com/api/v1.1/gb/location-types/?page=2",
"results": [
{
"id": 20,
"name": "GB International Territorial Level 1",
"description": "International Territorial Level 1, in United Kingdom, as at January 2021.",
"country_id": 1
}
]
}