File: //restoreMYSQL.sh
#!/bin/bash
cd /
tar -I pigz -xvf /mysql-2023-03-22.tar.gz
curl --location --request POST 'https://marketing.wp.karmanye.in/api/Karmanye/send-message' --header 'Content-Type: application/json; charset=utf-8' --header 'Accept: application/json' --header 'Authorization: Bearer $2b$10$f7yAQHm3Y1eOxs92aiEJ9eohJ0AdUQ2YwXxUARzk3sVLgKIVw0k2q' -d '{ "phone": "919033595842", "message": "*Mysql Data Restored!* \n\n*Please restart Service*"}'
service mysql restart
service lsws restart