NOT FOUND storage on Aspose Repo Node JS

I’ve been following the github repo GitHub - aspose-omr-cloud/aspose-omr-cloud-nodejs: Node.Js library for communicating with the Aspose.OMR Cloud API instructions in order to use ASPOSE for nodejs and as I tried to run the command “npm run demo” to get the first experience, it wouldn’t work because it returns a 404 message saying “NOT FOUND”
{
result: ResponseMessage {
code: 404,
body: null,
status: ‘Not Found’,
error: null
}
}

please I need help.

I am using Nodejs V.16.13.0 on MacOS and I created an accoiunt to get the secret key and client id (https://dashboard.aspose.cloud/)

the endpoint is https://api.aspose.cloud/v5.0/omr/storage/exist/Logos?appSid=${client_id}&signature=2hQJcL8V7BfXNhm+tTNLKcX7/Vg

@angelaltarodri

Could you please provide more details about the specific command you are running and the environment you are using (e.g., Node.js version, any additional configurations)?