please help me I need to know where I can get this info
const MONGO_DATA_API_FIND = ‘https://.data.mongodb-api.com/app/<APP_ID>/endpoint/data/v1/action/find’;
const MONGO_API_KEY = ‘<YOUR_DATA_API_KEY>’; // mantenlo privado
const MONGO_DATASOURCE = ‘’; // p. ej. “Cluster0”
const MONGO_DATABASE = ‘’; // p. ej. “catalogo”
const MONGO_COLLECTION = ‘’; // p. ej. “products”