curl --request PATCH \
--url https://cloud.kaneo.app/api/notification/read-all \
--header 'Authorization: Bearer <token>'{
"success": true,
"count": 123
}Mark all notifications as read for the current user
curl --request PATCH \
--url https://cloud.kaneo.app/api/notification/read-all \
--header 'Authorization: Bearer <token>'{
"success": true,
"count": 123
}