User APIs/Notifications
Read All Vehicle Notifications
PATCH
/user/notifications/vehicle/read-allBearer token required
ADMIN | USERContent-Type:
application/jsonCode Examples
curl -X PATCH 'https://<your-domain>:3001/user/notifications/vehicle/read-all' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json'