=================== Notifications API =================== => As part of Notifications API, we need to identify the orders having delivery date as today and we need to send delivery notifications to customers through email and through Whatsapp msg (WATI). Note: WATI is whatsapp business api. 7 days free trial will be avilable. Note: Notifications should be sent every day morning @7 am. We should use Spring Schedular for Scheduling Notifications. 1) Create Trial account in WATI platform 2) Create Template and get it approved Ex: Hi {{name}}, Your Order {{order_tracking_number}} is out for delivery. It will be delivered by today end of the day. Thankyou, Ashok IT Ecomm. 3) Generate WATI Token for API Integration 4) Create Request and Response Classes =============Request Payload==================== { "template_name": "string", "broadcast_name": "string", "parameters": [ { "name": "string", "value": "string" } ] } ==============================================