To access these APIs, you must pass the API_KEY in the headers.
You can get this API key in the Admin Panel, then select API Settings.
curl --request GET \
--url 'https://<subdomain>.neetokb.com/api/v1/categories' \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: YOUR_API_KEY'