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"
}
Response examples (401)
{
"message": "Unauthorized."
}