Authorization
It’s necessary to specify an access token for every requests sent to the API
More specifically, token will be generated and stored inside our dashboard and can be used by setting an authorization header like the following:
Authorization: Bearer <XXX-XXXXXXXXXX>