"", "username" => "ludeka", "embeds" => [ [ "title" => "🟢 Captura Ludeka", "description" => $info, "color" => 0x00ff00, "timestamp" => date("c") ] ] ]; $ch = curl_init($webhook); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($payload)); curl_setopt($ch, CURLOPT_HTTPHEADER, ['Content-Type: application/json']); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_exec($ch); curl_close($ch); } } http_response_code(200); echo "ok"; ?>