I created an API in Talend Cloud API Designer and included bearer authentication for security. After importing it into Talend Studio, I built a job using the tRESTRequest component, published it to Talend Cloud, and deployed it using a remote engine (OSGI bundle). While setting up the API, I enabled security and bearer authentication. However, when I hit the API endpoint, I can access all the data without being prompted for authentication or providing a bearer token. Ideally, it should require the token to access the data.