Looking at the Jamf School API documentation, I have found it to be 'lacking'.
Example:
Devices - List Devices
GET
https://api.zuludesk.com/devices
This is incorrect
It should be
https://api.zuludesk.com/api/devices
It would also help if they gave an example curl command like Jamf Pro API documentation has.