curl --request POST \
--url https://api.example.com/api/notifications/mark-all-read/{
"success": true,
"message": "All notifications marked as read",
"marked": 10
}
curl --request POST \
--url https://api.example.com/api/notifications/mark-all-read/{
"success": true,
"message": "All notifications marked as read",
"marked": 10
}