Hi I am a engineer in the automotive industry so have experience of coding machines and robots but I am not a developer so to speak. I am trying to learn more about SAFE but my JS is limited.
and welcome to the Dev Forum. Glad to see you are playing around with the API.
The Authorization is a HTTP Header field, meaning it is part of the Requests “metadata” (so to speak) in a key-value format. In this case the key is Authorization and the value is "Bearer " + TOKEN. You need to explicitly set this field whenever you do a request. Depending on the language and library you are using this might be through a separate function or a call parameter.