$headers, ‘get_data’ => $get_data, ‘post_data’ => $post_data, ‘raw_post_data’ => $raw_post_data, ‘json_post_data’ => $json_post_data ]; // Return the response as JSON echo json_encode($response, JSON_PRETTY_PRINT); ?>