curl --location 'https://api.financialreports.eu/isic-divisions/?code=undefined&code__iexact=undefined&code__in=undefined&name__icontains=undefined&page=undefined&page_size=undefined§or_code=undefined' \ --header 'x-api-key;'
{ "count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [ [ { "code": "14", "name": "Manufacture of wearing apparel", "sector": { "code": "C", "name": "Manufacturing" } } ] ] }