I have a concern of losing reservations, since we are first trying /find/ endpoint to see avail slots and then details to get the booking token and paymentId, and then we do book.
Is it possible to try do /details/ right away and then /book/?
Also we are trying to start the bot 2 seconds earlier, what's the reason for that? wouldn't this cause us to do a find/ 2 seconds earlier ? and then not find anything ? and then the bot will stop?
I have a concern of losing reservations, since we are first trying /find/ endpoint to see avail slots and then details to get the booking token and paymentId, and then we do book. Is it possible to try do /details/ right away and then /book/?
Also we are trying to start the bot 2 seconds earlier, what's the reason for that? wouldn't this cause us to do a find/ 2 seconds earlier ? and then not find anything ? and then the bot will stop?