POST
/api/v1/notifications/read/{notification_id}
curl \
--request POST 'https://api.plannrcrm.com/api/v1/notifications/read/architecto' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
"message": "Unauthenticated."
}