bushable/user/profile/notificationsgrouped.php
2024-08-05 15:58:29 +02:00

15 lines
No EOL
259 B
PHP

<?php
header('Content-Type: application/json');
?>
{
"code": "",
"data": {
"count": 0,
"records": [],
"nextPage": null,
"previousPage": null,
"size": 0
},
"success": true,
"error": ""
}