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