Open
Description
Create a callback function that queries the vese_of_the_day
table at let's say 6 am IST every day and notifies all the subscribed applications of the latest verse of the day.
We could later use this for our own bots. So, when the API notifies our bots of the latest "Verse of the Day", our bots will parse and post it to the relevant social media channel.
Reference guide: https://fastapi.tiangolo.com/advanced/openapi-callbacks/