curl --request PATCH \
--url https://api.example.com/api/v1/notifications/:id/read{
"success": true
}
Mark a single notification as read.
curl --request PATCH \
--url https://api.example.com/api/v1/notifications/:id/read{
"success": true
}