【autodesk platform services】how to get the view GUID

Regarding autodesk platform services, I’d like to run the demo provided in the following github on my local PC.

https://github.com/autodesk-platform-services/aps-iot-extensions-demo

I have the prerequisites, but I don’t know what to do with the value of the “view GUID (variable “APS_MODEL_VIEW” in the code) regarding the modification of the “public/config.js” file in the “running locally” step.

If anyone knows, please let me know where I can get it on the platform or what curl command I should use to get it.

I tried some of the documents listed in the “Step-by-Step Tutorials” at the following URL.

https://aps.autodesk.com/en/docs/oauth/v2/tutorials/create-app/

Also, the variables that need to be modified in the code, such as
・APS_CLIENT_ID
・APS_CLIENT_SECRET
・APS_MODEL_URN
are available.