curl --request POST \
--url https://api.example.com/api/v1/notifications/mark-all-read{
"success": true
}
Mark all notifications as read for the authenticated user.
curl --request POST \
--url https://api.example.com/api/v1/notifications/mark-all-read{
"success": true
}