curl -d '{"chat_id":250239021, "text":"Available commands:", "reply_markup": {"inline_keyboard": [[{"text":"Free Disk Space", "callback_data": "date"}, {"text":"Free RAM", "callback_data": "df -h"}, {"text":"CPU Load", "callback_data": "uptime"}]]} }' -H "Content-Type: application/json" -X POST $TG_API_URL