<?php

$data['status'] = 'success';
echo json_encode($data, JSON_PRETTY_PRINT);


