Authorization: ********************
curl --location --request GET 'https://api.intelligence.adzuna.com/api/v1.1/gb/industries/?page&page_size' \
--header 'Authorization;'
{
"count": 1,
"next": "https://api.intelligence.adzuna.com/api/v1.1/gb/industries/?page=4",
"previous": "https://api.intelligence.adzuna.com/api/v1.1/gb/industries/?page=2",
"results": [
{
"id": "A",
"label": "Agriculture, forestry and fishing",
"description": "Agriculture, forestry and fishing"
}
]
}