axios.get('https://domain.com/notification/system/')
axios.get('https://domain.com/notification/system/')
{
"code": 200,
"message": "Notification Sistem loaded successfuly",
"qty": 2,
"items": [
{
"id": "NTSvmyVN4DpDXX",
"message": "nyobain",
"created_at": "2024-05-23T06:08:49.963Z"
},
{
"id": "NTSno1z1yzmEVX",
"message": "nyobain",
"created_at": "2024-06-10T06:10:19.186Z"
}
]
}