Each mindfulness sample represents a period of time with a startDate and an endDate.the options must contain `startDate` and `endDate````javascriptletoptions={startDate:(newDate(2016,10,1)).toISOString(),// requiredendDate:(newDate()).toISOString(),// optional; default now};``````AppleHealthKit.saveMindfulSession(options, (err, res) => { if (err) return { return } console.log('Mindful session saved')});```