Thanks a lot for this client package, it greatly simplifies working with the API !
I see an issue with the version of node-fetch that you're using. It's quite old and contains vulnerabilities.

The problem is that it's also impossible to override the version you're using, since in the newer versions they have changed it to be an ESM-only module, which means that it can no longer be imported with require.
Can you please create a new version with the newer node-fetch?
Thanks in advance!