Authorization: Bearer ********************curl --location --request GET 'https://v1.dev.bukalombok.com/v1/notifications/count-by-type' \
--header 'Authorization: Bearer <token>'{
"meta": {
"success": true,
"status": 200,
"message": "Berhasil mengambil jumlah notifikasi per tipe"
},
"data": [
{
"type": "ORDER",
"total": 1,
"unread": 1
}
]
}