<?php header('Content-Type: application/json'); echo json_encode(['reply' => 'Test successful', 'emails' => []]); ?>