Superadmin APIs/Notifications
Mark All Notifications Read
PATCH
/superadmin/notifications/read-allBearer token required
SUPERADMINContent-Type:
application/jsonCode Examples
curl -X PATCH 'https://<your-domain>:3001/superadmin/notifications/read-all' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json'