This route allows the user to mark a notification as read.
PATCH
/notifications/{id}/read
curl \
--request PATCH 'https://domain.tld/api/v2/notifications/{id}/read' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"message": "Notification marked as read"
}